Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Categories_findCategories

Index

Properties

__typename

__typename: "Category"

displayName

displayName: string

The display name of this category

id

id: string

The identifier of this category

key

key: null | string

The optional alternative key to this category. Some backend may provide an alternative key for the category item as well as the identifier of the category. In many cases, the alternative key can be more human readable if provided.

parentId

parentId: string

The identifier of the parent category of this category

path

path: null | string

The optional category path to this category, delimited by '/'. Depending on the backend, some category items may appear in multiple tree nodes, in which case, this path property can be preferred to the id-parentId pair when constructing category tree nodes.

slug

slug: null | string

Human-readable identifiers usually used as deep-link URL to the product item

Generated using TypeDoc