OBJECT

VideoMomentEdge

A video moment.

link GraphQL Schema definition

1type VideoMomentEdge {
2
3# Uniquely identifies this moment's position in the connection.
4cursor: Cursor!
5
6# The moment.
7node: VideoMoment!
8
9}