Skip to main content

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

NameTypeDescription
_idID!Internal database identifier.
idInt!Numeric identifier for the collection.
titleString!Title of the collection.
handleString!URL-friendly handle for the collection.
viewTypeStringView type for displaying the collection.
pathStringURL path to the collection page.
sortCollectionSortDefault sort configuration for the collection.
bannerCollectionBannerBanner image for the collection.
seoSeoEntrySEO metadata for the collection.
descriptionCollectionDescriptionDescription of the collection.