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.

Approve Branch mutation.

Operation details

FieldValue
NameapproveBranch
GroupBranches
TypeMutation
SignatureapproveBranch(input: ApproveBranchInput!): ApproveBranchPayload!

Playground

Query

Query
mutation ApproveBranch($input: ApproveBranchInput!) {
  approveBranch(input: $input) {
    approval {
      id
      approvedAt
      approvedBy
      branchId
      comment
      dismissedAt
    }
  }
}

Variables

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