BreadcrumbType
No description
type BreadcrumbType {
categoryId: Int!
parentCategoryId: Int!
url: String
name: String!
}
Fields
BreadcrumbType.categoryId
● Int!
non-null scalar
BreadcrumbType.parentCategoryId
● Int!
non-null scalar
BreadcrumbType.url
● String
scalar
BreadcrumbType.name
● String!
non-null scalar
Member Of
ProductType
object