GraphQL reference

SendMyNotificationsInput

Input

Autogenerated input type of SendMyNotifications

mutation { user { sendMyNotifications } }

Example

mutation SendMyNotifications($input: SendMyNotificationsInput!) {
  user {
    sendMyNotifications(input: $input) {
        errors
      }
  }
}

Fields

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