OBJECT
SubscribedChannelConnection
A list of channels subscribed to by a user.
link GraphQL Schema definition
1 type SubscribedChannelConnection { 2 3 # The subscribed channels. 4 : [SubscribedChannelEdge!] 5 6 # Pagination. 7 : PageInfo! 8 9 # The total number of subscribed channels. 10 : Int 11 12 }