Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Branch query.
branch
branch(input: GetBranchInput!): Branch
query Branch($input: GetBranchInput!) { branch(input: $input) { id name description status createdAt updatedAt } }
{ "input": { "id": "" } }