Schema Documentation
createTag
Description
The createTag mutation
Response
Returns a CreateTagPayload
Arguments
| Name | Description |
|---|---|
input - CreateTagInput! | Input for the createTag mutation |
Example
Query
mutation createTag($input: CreateTagInput!){ createTag(input: $input){ clientMutationIdtag { ...TagFragment } }}Variables
{"input":CreateTagInput}Response
{"data":{"createTag":{"clientMutationId":"xyz789","tag":Tag}}}