channelSetting
Represents settings for a single notification channel.
Examples
type ChannelSetting {
enabled: Boolean!
recipients: RecipientObject
defaultEmailRoleNames: [String!]
channels: [String!]
channelList: [Channel!]
unsubscribed: [RecipientMember!]
suppressedExposureStates: [ExposureNotificationBucket!]
}Fields
Field
Description
Supported fields
enabled Boolean!
Whether this channel is enabled
defaultEmailRoleNames [String!]
Default email role names
channels [String!]
Notification channel ids
channelList [Channel!]
List of channel objects
id String!
name String
profile UserProfile
is_private Boolean
display String
description String
isAdded Boolean
suppressedExposureStates [ExposureNotificationBucket!]
Incident exposure buckets suppressed for this channel
References
Fields with this object:
Last updated
