mirror of
https://github.com/stashapp/stash.git
synced 2025-12-13 11:52:46 +01:00
21 lines
No EOL
321 B
GraphQL
21 lines
No EOL
321 B
GraphQL
fragment ConfigGeneralData on ConfigGeneralResult {
|
|
stashes
|
|
databasePath
|
|
generatedPath
|
|
username
|
|
password
|
|
}
|
|
|
|
fragment ConfigInterfaceData on ConfigInterfaceResult {
|
|
css
|
|
cssEnabled
|
|
}
|
|
|
|
fragment ConfigData on ConfigResult {
|
|
general {
|
|
...ConfigGeneralData
|
|
}
|
|
interface {
|
|
...ConfigInterfaceData
|
|
}
|
|
} |