feat: admin storage - save + list
This commit is contained in:
14
client/graph/admin/storage/storage-query-targets.gql
Normal file
14
client/graph/admin/storage/storage-query-targets.gql
Normal file
@@ -0,0 +1,14 @@
|
||||
query {
|
||||
storage {
|
||||
targets(orderBy: "title ASC") {
|
||||
isEnabled
|
||||
key
|
||||
title
|
||||
mode
|
||||
config {
|
||||
key
|
||||
value
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user