Operation details
Playground
Query
query.graphql
Variables
variables.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Branch query.
| Field | Value |
|---|---|
| Name | branch |
| Group | Branches |
| Type | Query |
| Signature | branch(input: GetBranchInput!): Branch |
query Branch($input: GetBranchInput!) {
branch(input: $input) {
autoDeleteOnMerge
baseBranchId
createdAt
createdBy
description
}
}
{
"input": {
"id": ""
}
}