wikijs-fork/client/graph/admin/storage/storage-mutation-save-targets.gql

13 lines
203 B
Plaintext
Raw Normal View History

2019-02-17 06:32:35 +00:00
mutation($targets: [StorageTargetInput]!) {
storage {
updateTargets(targets: $targets) {
2018-06-26 02:04:47 +00:00
responseResult {
succeeded
errorCode
slug
message
}
}
}
}