mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
6 lines
135 B
GraphQL
6 lines
135 B
GraphQL
![]() |
mutation UpdateInterceptSettings($input: UpdateInterceptSettingsInput!) {
|
||
|
updateInterceptSettings(input: $input) {
|
||
|
enabled
|
||
|
}
|
||
|
}
|