wikijs-fork/client/graph/admin/auth/auth-mutation-save-strategies.gql

13 lines
202 B
Plaintext
Raw Normal View History

2018-06-26 02:04:47 +00:00
mutation($targets: [StorageTargetInput]) {
storage {
updateTargets(targets: $targets) {
2018-06-04 04:41:29 +00:00
responseResult {
succeeded
errorCode
slug
message
}
}
}
}