mirror of
https://github.com/stashapp/stash.git
synced 2026-01-01 21:26:24 +01: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
|
|
}
|
|
} |