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.

Environment By ID query.

Operation details

FieldValue
NameenvironmentById
GroupProjects
TypeQuery
SignatureenvironmentById(input: GetEnvironmentInput!): Environment

Playground

Query

Query
query EnvironmentByID($input: GetEnvironmentInput!) {
  environmentById(input: $input) {
    id
    name
    createdAt
    updatedAt
    domains
    protected
  }
}

Variables

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