mirror of
https://github.com/stashapp/stash.git
synced 2025-12-10 10:22:18 +01:00
11 lines
No EOL
176 B
GraphQL
11 lines
No EOL
176 B
GraphQL
fragment ConfigGeneralData on ConfigGeneralResult {
|
|
stashes
|
|
databasePath
|
|
generatedPath
|
|
}
|
|
|
|
fragment ConfigData on ConfigResult {
|
|
general {
|
|
...ConfigGeneralData
|
|
}
|
|
} |