GraphQL reference

SetUserDesktopNotificationSettingPayload

Object

Autogenerated return 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.
constructableUrlString
errors[String!]!