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.

Get Release query.

Operation details

FieldValue
NamegetRelease
GroupReleases
TypeQuery
SignaturegetRelease(id: ID!): Release

Playground

Query

Query
query GetRelease($id: ID!) {
  getRelease(id: $id) {
    id
    name
    createdAt
    updatedAt
    buildStatus
    deployStatus
  }
}

Variables

Variables
{
  "id": ""
}