Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Merge Preview query.

Operation details

FieldValue
NamemergePreview
GroupBranches
TypeQuery
SignaturemergePreview(input: GetMergePreviewInput!): MergePreview!

Playground

Query

Query
query MergePreview($input: GetMergePreviewInput!) {
  mergePreview(input: $input) {
    targetBranchId
    targetBranchName
  }
}

Variables

Variables
{
  "input": {
    "branchId": ""
  }
}