wikijs-fork/client/graph/admin/utilities/utilities-mutation-content-migratelocale.gql
2019-07-14 13:21:33 -04:00

13 lines
257 B
GraphQL

mutation($sourceLocale: String!, $targetLocale: String!) {
pages {
migrateToLocale(sourceLocale: $sourceLocale, targetLocale: $targetLocale) {
responseResult {
succeeded
errorCode
slug
message
}
}
}
}