Skip to main content

StoreHomeCollections

No description

type StoreHomeCollections {
id: ID!
headerText: String
collectionsPerRow: Int
collections: [ProductCollection]
locale: String!
translations: [StoreHomeCollectionsTranslation!]!
displayAs: DisplayAsEnum
stretchToFullWidth: Boolean
showCollectionName: Boolean
}

Fields

StoreHomeCollections.id ● ID! non-null scalar

StoreHomeCollections.headerText ● String scalar

StoreHomeCollections.collectionsPerRow ● Int scalar

StoreHomeCollections.collections ● [ProductCollection] list object

StoreHomeCollections.locale ● String! non-null scalar

StoreHomeCollections.translations ● [StoreHomeCollectionsTranslation!]! non-null object

StoreHomeCollections.displayAs ● DisplayAsEnum enum

StoreHomeCollections.stretchToFullWidth ● Boolean scalar

StoreHomeCollections.showCollectionName ● Boolean scalar

Member Of

StoreHomeCatalog object ● StoreHomeCollectionsRows object