stash/graphql/documents/data/config.graphql
2019-11-04 16:38:33 -05:00

27 lines
No EOL
410 B
GraphQL

fragment ConfigGeneralData on ConfigGeneralResult {
stashes
databasePath
generatedPath
maxTranscodeSize
maxStreamingTranscodeSize
username
password
logFile
logOut
logLevel
logAccess
}
fragment ConfigInterfaceData on ConfigInterfaceResult {
css
cssEnabled
}
fragment ConfigData on ConfigResult {
general {
...ConfigGeneralData
}
interface {
...ConfigInterfaceData
}
}