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.
Merge branch mutation.
| Field | Value |
|---|---|
| Name | mergeBranch |
| Group | Branches |
| Type | Mutation |
| Signature | mergeBranch(input: MergeBranchInput!): MergeBranchPayload! |
mutation MergeBranch($input: MergeBranchInput!) {
mergeBranch(input: $input) {
addedDocuments
auditId
autoMergedDocuments
deletedDocuments
mergedDocuments
}
}
{
"input": {
"branchId": ""
}
}