GraphQL reference

SetUserMobileNotificationSettingPayload

Object

Autogenerated return type of SetUserMobileNotificationSetting.

mutation { user { setUserMobileNotificationSetting } }

Example

mutation SetUserMobileNotificationSetting($input: SetUserMobileNotificationSettingInput!) {
  user {
    setUserMobileNotificationSetting(input: $input) {
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
constructableUrlString
errors[String!]!