Skip to main content

CollectionPage Object

Description

A paginated page of items from a collection.

Declaration

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

Fields

NameTypeDescription
paginationPagination!Pagination metadata for the results.
items[Item!]!Items in the current page.