CollectionItems Object
Description
Paginated items returned for a collection, used by the backoffice article block editor.
Declaration
type CollectionItems {
items: [Item!]!
pagination: Pagination!
}
Fields
| Name | Type | Description |
|---|---|---|
items | [Item!]! | List of items in the collection for the requested page. |
pagination | Pagination! | Pagination details for the result set. |