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.

Branch query.

Operation details

FieldValue
Namebranch
GroupBranches
TypeQuery
Signaturebranch(input: GetBranchInput!): Branch

Playground

Query

Query
query Branch($input: GetBranchInput!) {
  branch(input: $input) {
    id
    name
    description
    status
    createdAt
    updatedAt
  }
}

Variables

Variables
{
  "input": {
    "id": ""
  }
}