Skip to main content

CollectionItems Object

Description

Paginated items returned for a collection, used by the backoffice article block editor.

Declaration

type CollectionItems {
items: [Item!]!
pagination: Pagination!
}

Fields

NameTypeDescription
items[Item!]!List of items in the collection for the requested page.
paginationPagination!Pagination details for the result set.