Schema Documentation
updateTag
Description
The updateTag mutation
Response
Returns an UpdateTagPayload
Arguments
Name | Description |
---|---|
input - UpdateTagInput! | Input for the updateTag mutation |
Example
Query
mutation updateTag($input: UpdateTagInput!){ updateTag(input: $input){ clientMutationIdtag { ...TagFragment } }}
Variables
{"input":UpdateTagInput}
Response
{"data":{"updateTag":{"clientMutationId":"abc123","tag":Tag}}}