wikijs-fork/client/graph/admin/utilities/utilities-mutation-content-migratelocale.gql

14 lines
269 B
Plaintext
Raw Normal View History

2019-07-14 17:21:33 +00:00
mutation($sourceLocale: String!, $targetLocale: String!) {
pages {
2019-07-14 17:21:33 +00:00
migrateToLocale(sourceLocale: $sourceLocale, targetLocale: $targetLocale) {
responseResult {
succeeded
errorCode
slug
message
}
count
}
}
}