mirror of
https://github.com/stashapp/stash.git
synced 2026-04-26 00:41:40 +02:00
15 lines
348 B
GraphQL
15 lines
348 B
GraphQL
mutation ConfigureGeneral($input: ConfigGeneralInput!) {
|
|
configureGeneral(input: $input) {
|
|
...ConfigGeneralData
|
|
}
|
|
}
|
|
|
|
mutation ConfigureInterface($input: ConfigInterfaceInput!) {
|
|
configureInterface(input: $input) {
|
|
...ConfigInterfaceData
|
|
}
|
|
}
|
|
|
|
mutation GenerateAPIKey($input: GenerateAPIKeyInput!) {
|
|
generateAPIKey(input: $input)
|
|
}
|