OBJECT

VideoShelfEdge

A video shelf.

link GraphQL Schema definition

1type VideoShelfEdge {
2
3# Cursor represents the position of the current edge/node.
4cursor: Cursor!
5
6# Uniquely identifies this video shelf's position in a connection.
7node: VideoShelf
8
9}