DesPartCategory
Represents a part category.
type DesPartCategory {
categoryId: String!
name: String!
parentCategoryId: String!
path: String!
}
Fields
DesPartCategory.categoryId ● String! non-null scalar
The identifier of the category.
DesPartCategory.name ● String! non-null scalar
The name of the category.
DesPartCategory.parentCategoryId ● String! non-null scalar
The identifier of the parent category.
DesPartCategory.path ● String! non-null scalar
The path of the category.