SetUserMobileNotificationSettingInput
InputAutogenerated input type of SetUserMobileNotificationSetting
mutation { user { setUserMobileNotificationSetting } }
Example
mutation SetUserMobileNotificationSetting($input: SetUserMobileNotificationSettingInput!) {
user {
setUserMobileNotificationSetting(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 | — |