ProductCategoryRead
object
Reads a ProductCategory.
Returns a ProductCategory with the specified ID.
Fields
| Name | Type | Description |
|---|---|---|
productCategoryId | Int! | |
visible | Int | |
name | String! | |
summary | String | |
justImported | Boolean! | |
posVisible | Boolean | |
img | String | |
cntChildCategories | Int | |
cntChildProducts | Int | |
cntInactiveChildProducts | Int | |
parentCnt | Int | |
company | CompanyRead | |
parentId | Int | |
parent | ProductCategoryRead | |
child | [ProductCategoryRead!] | |
deletable | Boolean |