mirror of
https://github.com/stashapp/stash.git
synced 2025-12-11 10:54:14 +01:00
9 lines
No EOL
128 B
GraphQL
9 lines
No EOL
128 B
GraphQL
query Configuration {
|
|
configuration {
|
|
...ConfigData
|
|
}
|
|
}
|
|
|
|
query Directories($path: String) {
|
|
directories(path: $path)
|
|
} |