OBJECT

VideoEdge

An element in a paginated list of videos, and its metadata.

link GraphQL Schema definition

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