13 lines
233 B
Plaintext
13 lines
233 B
Plaintext
|
mutation($targetKey: String!, $handler: String!) {
|
||
|
storage {
|
||
|
executeAction(targetKey: $targetKey, handler: $handler) {
|
||
|
responseResult {
|
||
|
succeeded
|
||
|
errorCode
|
||
|
slug
|
||
|
message
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|