productCategoryUpdate
mutation
Update product category
Modifies a product category's name, description, or parent category. Returns the updated category.
mutation {
productCategoryUpdate(companyId: Int!, data: ProductCategoryUpdate!): ProductCategory!
}Returns: ProductCategory!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
data | ProductCategoryUpdate! |