CollectionWithData Object
Description
A collection with its first page of items.
Declaration
type CollectionWithData {
collection: Collection!
page: CollectionPage!
}
Fields
| Name | Type | Description |
|---|---|---|
collection | Collection! | The collection information. |
page | CollectionPage! | First page of items in the collection. |