notificationChannelSetting
Last updated
Represents notification channel settings for email, slack and banner.
type NotificationChannelSetting {
email: ChannelSetting
slack: ChannelSetting
banner: ChannelSetting
}email ChannelSetting
Email channel settings
enabled Boolean!
recipients RecipientObject
defaultEmailRoleNames [String!]
channels [String!]
channelList [Channel!]
unsubscribed [RecipientMember!]
suppressedExposureStates [ExposureNotificationBucket!]
slack ChannelSetting
Slack channel settings
enabled Boolean!
recipients RecipientObject
defaultEmailRoleNames [String!]
channels [String!]
channelList [Channel!]
unsubscribed [RecipientMember!]
suppressedExposureStates [ExposureNotificationBucket!]
banner ChannelSetting
In-app banner channel settings
enabled Boolean!
recipients RecipientObject
defaultEmailRoleNames [String!]
channels [String!]
channelList [Channel!]
unsubscribed [RecipientMember!]
suppressedExposureStates [ExposureNotificationBucket!]
Last updated
