GraphQL OBJECT
NotificationSettings
Settings for client notification.
link Definition
- type NotificationSettings {
- # Document type of the notification.
- : NotificationDocumentType
- # Schema of the notification.
- : XmlSchema
- # Interval which is used to send the notification.
- : NotificationInterval
- # Language the notification is sent in.
- : Language
- # Represents the character encoding of the notification.
- : CharacterEncoding
- }