Skip to main content

CollectionWithData Object

Description

A collection with its first page of items.

Declaration

type CollectionWithData {
collection: Collection!
page: CollectionPage!
}

Fields

NameTypeDescription
collectionCollection!The collection information.
pageCollectionPage!First page of items in the collection.