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

14 lines
269 B
GraphQL

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