OBJECT
VideoMomentEdge
A video moment.
link GraphQL Schema definition
1 type VideoMomentEdge { 2 3 # Uniquely identifies this moment's position in the connection. 4 : Cursor! 5 6 # The moment. 7 : VideoMoment! 8 9 }
OBJECT
A video moment.
1 type VideoMomentEdge { 2 3 # Uniquely identifies this moment's position in the connection. 4 : Cursor! 5 6 # The moment. 7 : VideoMoment! 8 9 }