OBJECT

CollectionConnection

link GraphQL Schema definition

1type CollectionConnection {
2totalCount: Int!
3
4edges: [CollectionEdge!]!
5
6pageInfo: PageInfo!
7
8}