mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
11 lines
176 B
GraphQL
11 lines
176 B
GraphQL
fragment ConfigGeneralData on ConfigGeneralResult {
|
|
stashes
|
|
databasePath
|
|
generatedPath
|
|
}
|
|
|
|
fragment ConfigData on ConfigResult {
|
|
general {
|
|
...ConfigGeneralData
|
|
}
|
|
} |