OBJECT

CollectionsPage

link GraphQL Schema definition

1type CollectionsPage {
2
3items: [Collection]!
4
5pageInfo: PageInfo!
6
7}