mirror of https://github.com/stashapp/stash.git
5 lines
123 B
GraphQL
5 lines
123 B
GraphQL
|
mutation ConfigureGeneral($input: ConfigGeneralInput!) {
|
||
|
configureGeneral(input: $input) {
|
||
|
...ConfigGeneralData
|
||
|
}
|
||
|
}
|