mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
9 lines
145 B
GraphQL
9 lines
145 B
GraphQL
fragment ConfigGeneralData on ConfigGeneralResult {
|
|
stashes
|
|
}
|
|
|
|
fragment ConfigData on ConfigResult {
|
|
general {
|
|
...ConfigGeneralData
|
|
}
|
|
} |