wikijs-fork/client/graph/common/common-pages-mutation-delete.gql

13 lines
162 B
Plaintext
Raw Normal View History

2019-01-26 23:35:56 +00:00
mutation($id: Int!) {
pages {
delete(id: $id) {
responseResult {
succeeded
errorCode
slug
message
}
}
}
}