OBJECT

RecommendedVideoEdge

link GraphQL Schema definition

1type RecommendedVideoEdge {
2
3cursor: Cursor
4
5node: Video
6
7}