OBJECT

CollectionsPage

link GraphQL Schema definition

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

link Required by

This element is not required by anyone