mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 22:05:43 +01:00
* Allow configuration of generated file path and database path. Closes #33 * Added checkboxes to choose what gets generated for the generate task. Closes #32
11 lines
No EOL
176 B
GraphQL
11 lines
No EOL
176 B
GraphQL
fragment ConfigGeneralData on ConfigGeneralResult {
|
|
stashes
|
|
databasePath
|
|
generatedPath
|
|
}
|
|
|
|
fragment ConfigData on ConfigResult {
|
|
general {
|
|
...ConfigGeneralData
|
|
}
|
|
} |