Objects
BreadcrumbType
Type containing breadcrumb information
Type containing breadcrumb information
type BreadcrumbType {
categoryId: Int!
parentCategoryId: Int!
url: String
name: String!
}
Fields
categoryId ● Int! non-null scalar required
Category ID
parentCategoryId ● Int! non-null scalar required
Parent category ID
url ● String scalar
Breadcrumb path
name ● String! non-null scalar required
Breadcrumb display name
Member Of
ProductType object