CollectionPage Object
Description
A paginated page of items from a collection.
Declaration
type CollectionPage {
pagination: Pagination!
items: [Item!]!
}
Fields
| Name | Type | Description |
|---|---|---|
pagination | Pagination! | Pagination metadata for the results. |
items | [Item!]! | Items in the current page. |