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