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.
branchDetail(_id: String!): Branch
graphql
query BranchDetail($_id: String!) { branchDetail(_id: $_id) { _id title parentId supervisorId supervisor { _id createdAt username email userPreferences availability } code } }
json
{ "_id": "string" }
{ "data": { "branchDetail": { "_id": "string", "title": "string", "parentId": "string", "supervisorId": "string", "supervisor": { "_id": "string", "createdAt": "value", "username": "string", "email": "string", "userPreferences": "value", "availability": "offline" }, "code": "string" } } }
Related topics
Was this page helpful?