OBJECT

ChannelNotificationSetting

link GraphQL Schema definition

1type ChannelNotificationSetting {
2
3# The setting category.
4category: String!
5
6# Whether this setting is on or off for the given event.
7isEnabled: Boolean!
8
9# The exact state of the setting. ("on", "off", "friends_only", etc).
10settingState: String!
11
12}