mirror of
https://github.com/stashapp/stash.git
synced 2026-04-13 02:21:06 +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
|
|
}
|
|
} |