mirror of https://github.com/requarks/wiki
13 lines
233 B
13 lines
233 B
6 years ago
|
mutation($targetKey: String!, $handler: String!) {
|
||
|
storage {
|
||
|
executeAction(targetKey: $targetKey, handler: $handler) {
|
||
|
responseResult {
|
||
|
succeeded
|
||
|
errorCode
|
||
|
slug
|
||
|
message
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|