notificationSettingItem
Last updated
Represents a single notification setting entry.
type NotificationSettingItem {
type: NotificationSettingsType!
enabled: Boolean!
channels: NotificationChannelSetting
}enabled Boolean!
Whether this notification type is enabled
channels NotificationChannelSetting
Channel-specific settings
email ChannelSetting
slack ChannelSetting
banner ChannelSetting
Last updated
