mirror of
https://github.com/stashapp/stash.git
synced 2026-04-18 04:53:57 +02:00
5 lines
No EOL
123 B
GraphQL
5 lines
No EOL
123 B
GraphQL
mutation ConfigureGeneral($input: ConfigGeneralInput!) {
|
|
configureGeneral(input: $input) {
|
|
...ConfigGeneralData
|
|
}
|
|
} |