GraphQL reference

SendTestEmailNotificationInput

Input

Autogenerated input type of SendTestEmailNotification

mutation { user { sendTestEmailNotification } }

Example

mutation SendTestEmailNotification($input: SendTestEmailNotificationInput!) {
  user {
    sendTestEmailNotification(input: $input) {
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
mutationMetadataJSON