mirror of
https://github.com/stashapp/stash.git
synced 2026-02-21 15:00:48 +01:00
9 lines
No EOL
145 B
GraphQL
9 lines
No EOL
145 B
GraphQL
fragment ConfigGeneralData on ConfigGeneralResult {
|
|
stashes
|
|
}
|
|
|
|
fragment ConfigData on ConfigResult {
|
|
general {
|
|
...ConfigGeneralData
|
|
}
|
|
} |