tagsEdit
Edit a tag by id.
MUTATION
tagsEdit(_id: String!, name: String!, type: String!, colorCode: String, parentId: String): TagArguments
_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
childTags
[Tag]
Mutation
Variables
Response
Last modified on August 8, 2026
Mutation
Variables
Response