Schema Documentation

updateProductCategory

Description

The payload for the UpdateProductCategory mutation

Response

Returns an UpdateProductCategoryPayload

Arguments
NameDescription
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}}}