feat: storage actions + git module actions
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
mutation($targetKey: String!, $handler: String!) {
|
||||
storage {
|
||||
executeAction(targetKey: $targetKey, handler: $handler) {
|
||||
responseResult {
|
||||
succeeded
|
||||
errorCode
|
||||
slug
|
||||
message
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -17,6 +17,11 @@ query {
|
||||
key
|
||||
value
|
||||
}
|
||||
actions {
|
||||
handler
|
||||
label
|
||||
hint
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user