mirror of
https://github.com/stashapp/stash.git
synced 2025-12-30 12:14:50 +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
|
|
}
|
|
} |