GraphQL reference

SendTestMobileNotificationInput

Input

Autogenerated input 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.
delaySecondsInt
mutationMetadataJSON