Schema Documentation

deleteProductCategory

Description

The payload for the deleteProductCategory mutation

Response

Returns a DeleteProductCategoryPayload

Arguments
NameDescription
input - DeleteProductCategoryInput! Input for the deleteProductCategory mutation

Example

Query
mutation deleteProductCategory($input: DeleteProductCategoryInput!){
  deleteProductCategory(input: $input){
    clientMutationIddeletedIdproductCategory {
      ...ProductCategoryFragment
    }
  }
}
Variables
{"input":DeleteProductCategoryInput}
Response
{"data":{"deleteProductCategory":{"clientMutationId":"xyz789","deletedId":4,"productCategory":ProductCategory}}}