GraphQL INPUT_OBJECT
UpdateNotificationInput
link Definition
- input UpdateNotificationInput {
- # ID of the notification.
- Int! :
- # Name of the notification.
- String :
- # Specifies the used transport type and its specific configuration.
- UpdateNotificationTransportTypeConfigurationInput :
- # Specifies the used document type and its specific configuration.
- UpdateNotificationSettingsInput :
- # Flag if the the notification is active.
- Boolean :
- # ID of a product list to be used.
- Int :
- # ID of a region configuration to be used.
- Int :
- # List of events for this notification.
- NotificationEventEnum] : [
- }