mirror of
https://github.com/stashapp/stash.git
synced 2026-04-11 17:40:57 +02:00
13 lines
No EOL
198 B
GraphQL
13 lines
No EOL
198 B
GraphQL
fragment ConfigGeneralData on ConfigGeneralResult {
|
|
stashes
|
|
databasePath
|
|
generatedPath
|
|
username
|
|
password
|
|
}
|
|
|
|
fragment ConfigData on ConfigResult {
|
|
general {
|
|
...ConfigGeneralData
|
|
}
|
|
} |