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

13 lines
162 B
Plaintext
Raw Normal View History

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