OBJECT

VideoEdge

link GraphQL Schema definition

1type VideoEdge {
2
3cursor: String!
4
5node: Video!
6
7}