GraphQL reference

SendTestDesktopNotificationInput

Input

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