mirror of
https://github.com/stashapp/stash.git
synced 2025-12-07 17:02:38 +01:00
13 lines
173 B
GraphQL
13 lines
173 B
GraphQL
query Configuration {
|
|
configuration {
|
|
...ConfigData
|
|
}
|
|
}
|
|
|
|
query Directory($path: String) {
|
|
directory(path: $path) {
|
|
path
|
|
parent
|
|
directories
|
|
}
|
|
}
|