OBJECT

CollectionItemsPage

link GraphQL Schema definition

1type CollectionItemsPage {
2
3# List of collection items on the current page.
4items: [CollectionItem]!
5
6# Pagination information for the collection items.
7pageInfo: PageInfo!
8
9}