mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:30 -06:00
15 lines
166 B
Plaintext
15 lines
166 B
Plaintext
|
query {
|
||
|
storage {
|
||
|
targets(orderBy: "title ASC") {
|
||
|
isEnabled
|
||
|
key
|
||
|
title
|
||
|
mode
|
||
|
config {
|
||
|
key
|
||
|
value
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|