GraphQL OBJECT

NotificationEvent

link Definition

  • type NotificationEvent {
  • # Id
  • id: NotificationEventEnum
  • # Name of the notification event.
  • name: String
  • # Determines if the notification event has a default value.
  • isSelectedByDefault: Boolean
  • # Determines if the notification event is active.
  • isActive: Boolean
  • # Position of the notification event.
  • position: Int
  • # Notification mail type id.
  • notificationMailtypeId: MailType
  • }