Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Category_findCategoryById

Index

Properties

__typename: "Category"
displayName: string

The display name of this category

id: string

The identifier of this category

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.

parent: null | (null | Category_findCategoryById_parent)[]

The List of ancestor categories of this category

parentId: string

The identifier of the parent category of this category

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: null | string

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

Generated using TypeDoc