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.
Fetch tag details by id.
tagDetail(_id: String!): Tag
graphql
query TagDetail($_id: String!) { tagDetail(_id: $_id) { _id name type colorCode createdAt objectCount } }
json
{ "_id": "string" }
{ "data": { "tagDetail": { "_id": "string", "name": "string", "type": "string", "colorCode": "string", "createdAt": "value", "objectCount": 1 } } }
Related topics
Was this page helpful?