OBJECT
ChannelNotificationSettings
Data about notification settings for a follow relationship.
link GraphQL Schema definition
1 type ChannelNotificationSettings { 2 3 # If true, enabled notifications will be send. If false, all notifications are 4 # disabled, even if their individual setting is enabled. 5 : Boolean! 6 7 # A list of channel notification settings. 8 : [ChannelNotificationSetting!]! 9 10 }