OBJECT

UserLivestreamConnection

link GraphQL Schema definition

1type UserLivestreamConnection {
2
3edges: [UserLivestreamEdge]!
4
5nodes: [UserLivestream]!
6
7pageInfo: PageInfo!
8
9}

link Required by