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.

Environments query.

Operation details

FieldValue
Nameenvironments
GroupProjects
TypeQuery
Signatureenvironments(input: ListEnvironmentsInput!): [Environment!]!

Playground

Query

Query
query Environments($input: ListEnvironmentsInput!) {
  environments(input: $input) {
    id
    name
    createdAt
    updatedAt
    domains
    protected
  }
}

Variables

Variables
{
  "input": {
    "projectId": ""
  }
}