mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:30 -06:00
13 lines
233 B
GraphQL
13 lines
233 B
GraphQL
mutation($targetKey: String!, $handler: String!) {
|
|
storage {
|
|
executeAction(targetKey: $targetKey, handler: $handler) {
|
|
responseResult {
|
|
succeeded
|
|
errorCode
|
|
slug
|
|
message
|
|
}
|
|
}
|
|
}
|
|
}
|