OBJECT

FollowedLiveUserEdge

A live streaming broadcaster with cursor.

link GraphQL Schema definition

1type FollowedLiveUserEdge {
2
3cursor: Cursor!
4
5node: User
6
7}