mirror of https://github.com/stashapp/stash.git
9 lines
145 B
GraphQL
9 lines
145 B
GraphQL
![]() |
fragment ConfigGeneralData on ConfigGeneralResult {
|
||
|
stashes
|
||
|
}
|
||
|
|
||
|
fragment ConfigData on ConfigResult {
|
||
|
general {
|
||
|
...ConfigGeneralData
|
||
|
}
|
||
|
}
|