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