wikijs-fork/client/graph/admin/storage/storage-mutation-executeaction.gql

13 lines
233 B
Plaintext
Raw Normal View History

mutation($targetKey: String!, $handler: String!) {
storage {
executeAction(targetKey: $targetKey, handler: $handler) {
responseResult {
succeeded
errorCode
slug
message
}
}
}
}