☰
ProductCategoryRead
Reads a ProductCategory.
Returns a ProductCategory with the specified Id.
Fields
productCategoryId: Int!
visible: Int
name: String!
summary: String
posVisible: Boolean
img: String
cntChildCategories: Int
cntChildProducts: Int
cntInactiveChildProducts: Int
parentCnt: Int
company: CompanyRead
parentId: Int
parent: ProductCategoryRead
child: [ProductCategoryRead!]
deletable: Boolean