OBJECT

SubscribedChannelEdge

A broadcaster user with cursor.

link GraphQL Schema definition

1type SubscribedChannelEdge {
2
3# Cursor represents the position of the current edge/node.
4cursor: Cursor!
5
6# Node represents the user for the current edge.
7node: User
8
9}