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.

Server query.

Operation details

FieldValue
Nameserver
GroupServers
TypeQuery
Signatureserver(input: ServerInput!): Server

Playground

Query

Query
query Server($input: ServerInput!) {
  server(input: $input) {
    id
    status
    createdAt
    updatedAt
    environmentIds
    hostname
  }
}

Variables

Variables
{
  "input": {
    "id": "",
    "projectId": ""
  }
}