OBJECT

VideoMomentConnection

A paginated list of video moments.

link GraphQL Schema definition

1type VideoMomentConnection {
2
3# The elements of the paginated list.
4edges: [VideoMomentEdge!]!
5
6# Information about this page.
7pageInfo: PageInfo!
8
9}