GraphQL reference

SendMyNotificationsPayload

Object

Autogenerated return 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.
constructableUrlString
errors[String!]!