mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
11 lines
256 B
GraphQL
11 lines
256 B
GraphQL
mutation ConfigureGeneral($input: ConfigGeneralInput!) {
|
|
configureGeneral(input: $input) {
|
|
...ConfigGeneralData
|
|
}
|
|
}
|
|
|
|
mutation ConfigureInterface($input: ConfigInterfaceInput!) {
|
|
configureInterface(input: $input) {
|
|
...ConfigInterfaceData
|
|
}
|
|
} |