GraphQL reference

SendTestMobileNotificationPayload

Object

Autogenerated return type of SendTestMobileNotification.

mutation { user { sendTestMobileNotification } }

Example

mutation SendTestMobileNotification($input: SendTestMobileNotificationInput!) {
  user {
    sendTestMobileNotification(input: $input) {
        errors
      }
  }
}

Fields

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