mirror of
https://github.com/stashapp/stash.git
synced 2025-12-12 11:22:37 +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)
|
|
} |