wikijs-fork/client/graph/common/common-pages-mutation-move.gql
2019-10-13 19:59:50 -04:00

13 lines
290 B
GraphQL

mutation($id: Int!, $destinationPath: String!, $destinationLocale: String!) {
pages {
move(id: $id, destinationPath: $destinationPath, destinationLocale: $destinationLocale) {
responseResult {
succeeded
errorCode
slug
message
}
}
}
}