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.
Approve branch mutation.
| Field | Value |
|---|---|
| Name | approveBranch |
| Group | Branches |
| Type | Mutation |
| Signature | approveBranch(input: ApproveBranchInput!): ApproveBranchPayload! |
mutation ApproveBranch($input: ApproveBranchInput!) {
approveBranch(input: $input) {
__typename
}
}
{
"input": {
"branchId": ""
}
}