ProductCategoryImport
input
Creates a new ProductCategory.
Fields
| Name | Type | Description |
|---|---|---|
name | String! | |
summary | String | |
img | Upload | Image file. Sent as a multipart request, see the file upload guide |
posVisible | Boolean | |
parentId | Int | |
child | [ProductCategoryInsert] |