CollectionData Object
Description
Contains paginated items within a specific collection segment, along with pagination details.
Declaration
type CollectionData {
pagination: Pagination
items: [Item!]!
}
Fields
| Name | Type | Description |
|---|---|---|
pagination | Pagination | Pagination information for the items in the collection segment. |
items | [Item!]! | List of items included in the collection segment. |