GraphQL OBJECT
NotificationEvent
link Definition
- type NotificationEvent {
- # Id
- NotificationEventEnum :
- # Name of the notification event.
- String :
- # Determines if the notification event has a default value.
- Boolean :
- # Determines if the notification event is active.
- Boolean :
- # Position of the notification event.
- Int :
- # Notification mail type id.
- MailType :
- }