feat: move page
This commit is contained in:
12
client/graph/common/common-pages-mutation-move.gql
Normal file
12
client/graph/common/common-pages-mutation-move.gql
Normal file
@@ -0,0 +1,12 @@
|
||||
mutation($id: Int!, $destinationPath: String!, $destinationLocale: String!) {
|
||||
pages {
|
||||
move(id: $id, destinationPath: $destinationPath, destinationLocale: $destinationLocale) {
|
||||
responseResult {
|
||||
succeeded
|
||||
errorCode
|
||||
slug
|
||||
message
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user