Schema Documentation
updateProductCategory
Description
The updateProductCategory mutation
Response
 Returns an UpdateProductCategoryPayload
Arguments
| Name | Description | 
|---|---|
input - UpdateProductCategoryInput! | Input for the updateProductCategory mutation | 
Example
Query
mutation updateProductCategory($input: UpdateProductCategoryInput!){  updateProductCategory(input: $input){    clientMutationIdproductCategory {      ...ProductCategoryFragment    }  }}Variables
{"input":UpdateProductCategoryInput}Response
{"data":{"updateProductCategory":{"clientMutationId":"xyz789","productCategory":ProductCategory}}}