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

13 lines
202 B
Plaintext
Raw Normal View History

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