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 Latest Release query.

Operation details

FieldValue
NamegetLatestRelease
GroupReleases
TypeQuery
SignaturegetLatestRelease: Release

Playground

Query

Query
query GetLatestRelease {
  getLatestRelease {
    id
    name
    createdAt
    updatedAt
    buildStatus
    deployStatus
  }
}

Variables

Variables
{}