15 lines
166 B
GraphQL
15 lines
166 B
GraphQL
query {
|
|
storage {
|
|
targets(orderBy: "title ASC") {
|
|
isEnabled
|
|
key
|
|
title
|
|
mode
|
|
config {
|
|
key
|
|
value
|
|
}
|
|
}
|
|
}
|
|
}
|