OBJECT

UserLivestreamEdge

link GraphQL Schema definition

1type UserLivestreamEdge {
2
3cursor: String!
4
5node: UserLivestream!
6
7}