Files
stash/schema/documents/data/config.graphql
Stash Dev c1f1a6ccff More configuration options
* Allow configuration of generated file path and database path.  Closes #33
* Added checkboxes to choose what gets generated for the generate task.  Closes #32
2019-03-24 10:04:31 -07:00

11 lines
176 B
GraphQL

fragment ConfigGeneralData on ConfigGeneralResult {
stashes
databasePath
generatedPath
}
fragment ConfigData on ConfigResult {
general {
...ConfigGeneralData
}
}