Mutation
update_tag
Update an existing tag.
Input Fields
id():
ID!
The unique identifier of the tag to update.
name():
String!
The name of the tag.
description():
String
The description of the tag.
color():
TagColor!
The color of the tag.
Return Fields
tag():
Tag!
The updated tag.
Example
Query