OBJECT

CollectionsConnection

These two types allow clients to query for a LIST of COLLECTIONS (i.e. a two-dimensional array of videos).

link GraphQL Schema definition

1type CollectionsConnection {
2
3edges: [CollectionsItemEdge]!
4
5pageInfo: PageInfo!
6
7}