Mutation
create_tag
Creates a new tag.
Input Fields
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 newly created tag.
Example
Query