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.
Approve Branch mutation.
approveBranch
approveBranch(input: ApproveBranchInput!): ApproveBranchPayload!
mutation ApproveBranch($input: ApproveBranchInput!) { approveBranch(input: $input) { approval { id approvedAt approvedBy branchId comment dismissedAt } } }
{ "input": { "branchId": "" } }