GraphQL INPUT_OBJECT

UpdateNotificationInput

link Definition

  • input UpdateNotificationInput {
  • # ID of the notification.
  • id: Int!
  • # Name of the notification.
  • name: String
  • # Specifies the used transport type and its specific configuration.
  • transportTypeConfiguration: UpdateNotificationTransportTypeConfigurationInput
  • # Specifies the used document type and its specific configuration.
  • settings: UpdateNotificationSettingsInput
  • # Flag if the the notification is active.
  • isActive: Boolean
  • # ID of a product list to be used.
  • productListId: Int
  • # ID of a region configuration to be used.
  • regionConfigurationId: Int
  • # List of events for this notification.
  • notificationEvents: [NotificationEventEnum]
  • }

link Required by