GraphQL reference

SetUserDesktopNotificationSettingInput

Input

Autogenerated input type of SetUserDesktopNotificationSetting

mutation { user { setUserDesktopNotificationSetting } }

Example

mutation SetUserDesktopNotificationSetting($input: SetUserDesktopNotificationSettingInput!) {
  user {
    setUserDesktopNotificationSetting(input: $input) {
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
enabledBoolean
enabledChannelsJSON
mutationMetadataJSON
nowISO8601DateTime