mirror of https://github.com/Requarks/wiki.git
12 lines
162 B
12 lines
162 B
mutation($id: Int!) {
|
|
pages {
|
|
delete(id: $id) {
|
|
responseResult {
|
|
succeeded
|
|
errorCode
|
|
slug
|
|
message
|
|
}
|
|
}
|
|
}
|
|
}
|