SetUserDesktopNotificationSettingInput
InputAutogenerated input type of SetUserDesktopNotificationSetting
mutation { user { setUserDesktopNotificationSetting } }
Example
mutation SetUserDesktopNotificationSetting($input: SetUserDesktopNotificationSettingInput!) {
user {
setUserDesktopNotificationSetting(input: $input) {
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| enabled | Boolean | — |
| enabledChannels | JSON | — |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |