ReferenceNotifications

notificationEventTypes query

Retrieves all available event types.

Syntax

1query {
2 notificationEventTypes:[NotificationEventType!]
3}

Example

1query {
2 notificationEventTypes {
3 name
4 description
5 }
6}

Arguments

NameDescription

Types


Name
Type
NotificationEventType
Object

Event type details.

FieldDescription
descriptionNot nullable.

Description of the event type.

Type: String
nameNot nullable.

Event type name.

Type: String
String
String

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.