tagsAdd
Create a new tag.
MUTATION
tagsAdd(name: String!, type: String!, colorCode: String, parentId: String): TagArguments
name
String!
required
type
String!
required
colorCode
String
parentId
String
Returns
_id
String!
name
String
type
String
colorCode
String
createdAt
Date
objectCount
Int
totalObjectCount
Int
parentId
String
order
String
childTags
[Tag]
Mutation
Variables
Response
Last modified on August 8, 2026
Mutation
Variables
Response