mirror of
https://github.com/stashapp/stash.git
synced 2025-12-09 09:53:40 +01:00
11 lines
No EOL
256 B
GraphQL
11 lines
No EOL
256 B
GraphQL
mutation ConfigureGeneral($input: ConfigGeneralInput!) {
|
|
configureGeneral(input: $input) {
|
|
...ConfigGeneralData
|
|
}
|
|
}
|
|
|
|
mutation ConfigureInterface($input: ConfigInterfaceInput!) {
|
|
configureInterface(input: $input) {
|
|
...ConfigInterfaceData
|
|
}
|
|
} |