Collection Object
Description
Represents a curated collection of items with filtering and display settings.
Declaration
type Collection {
_id: ID!
id: Int!
title: String!
handle: String!
viewType: String
path: String
sort: CollectionSort
banner: CollectionBanner
seo: SeoEntry
description: CollectionDescription
}
Fields
| Name | Type | Description |
|---|---|---|
_id | ID! | Internal database identifier. |
id | Int! | Numeric identifier for the collection. |
title | String! | Title of the collection. |
handle | String! | URL-friendly handle for the collection. |
viewType | String | View type for displaying the collection. |
path | String | URL path to the collection page. |
sort | CollectionSort | Default sort configuration for the collection. |
banner | CollectionBanner | Banner image for the collection. |
seo | SeoEntry | SEO metadata for the collection. |
description | CollectionDescription | Description of the collection. |