Schema Documentation
updateProductTag
Description
The updateProductTag mutation
Response
Returns an UpdateProductTagPayload
Arguments
Name | Description |
---|---|
input - UpdateProductTagInput! | Input for the updateProductTag mutation |
Example
Query
mutation updateProductTag($input: UpdateProductTagInput!){ updateProductTag(input: $input){ clientMutationIdproductTag { ...ProductTagFragment } }}
Variables
{"input":UpdateProductTagInput}
Response
{"data":{"updateProductTag":{"clientMutationId":"abc123","productTag":ProductTag}}}