Skip to main content
MUTATION
tagsEdit(_id: String!, name: String!, type: String!, colorCode: String, parentId: String): Tag

Arguments

_id
String!
required
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
relatedIds
[String]
childTags
[Tag]
Mutation
Variables
Response
Last modified on August 8, 2026