Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Merge two tags (source into destination).
tagsMerge(sourceId: String!, destId: String!): Tag
graphql
mutation TagsMerge($sourceId: String!, $destId: String!) { tagsMerge(sourceId: $sourceId, destId: $destId) { _id name type colorCode createdAt objectCount } }
json
{ "sourceId": "string", "destId": "string" }
{ "data": { "tagsMerge": { "_id": "string", "name": "string", "type": "string", "colorCode": "string", "createdAt": "value", "objectCount": 1 } } }
Related topics
Was this page helpful?