Skip to content

Root category types in the LCBO hierarchy

graphql
enum RootCategoryType {
  PRODUCTS
  COLLECTIONS
}

Values

RootCategoryType.PRODUCTS

Product categories (Wine, Beer, Spirits, etc.)

RootCategoryType.COLLECTIONS

Curated collections and featured items

Member Of

CategoryFilterInput input