GraphQL reference

SendTestDesktopNotificationPayload

Object

Autogenerated return type of SendTestDesktopNotification.

mutation { user { sendTestDesktopNotification } }

Example

mutation SendTestDesktopNotification($input: SendTestDesktopNotificationInput!) {
  user {
    sendTestDesktopNotification(input: $input) {
        errors
      }
  }
}

Fields

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