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
1 type CollectionsConnection { 2 3 : [CollectionsItemEdge]! 4 5 : PageInfo! 6 7 }