feat: storage schedule + status
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
mutation($targets: [StorageTargetInput]) {
|
||||
mutation($targets: [StorageTargetInput]!) {
|
||||
storage {
|
||||
updateTargets(targets: $targets) {
|
||||
responseResult {
|
||||
|
10
client/graph/admin/storage/storage-query-status.gql
Normal file
10
client/graph/admin/storage/storage-query-status.gql
Normal file
@@ -0,0 +1,10 @@
|
||||
query {
|
||||
storage {
|
||||
status {
|
||||
key
|
||||
title
|
||||
status
|
||||
message
|
||||
}
|
||||
}
|
||||
}
|
@@ -10,6 +10,9 @@ query {
|
||||
website
|
||||
supportedModes
|
||||
mode
|
||||
hasSchedule
|
||||
syncInterval
|
||||
syncIntervalDefault
|
||||
config {
|
||||
key
|
||||
value
|
||||
|
Reference in New Issue
Block a user