Operation details
Playground
Query
query.graphql
Variables
variables.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Environment by ID query.
| Field | Value |
|---|---|
| Name | environmentById |
| Group | Projects |
| Type | Query |
| Signature | environmentById(input: GetEnvironmentInput!): Environment |
query EnvironmentByID($input: GetEnvironmentInput!) {
environmentById(input: $input) {
createdAt
domains
id
name
protected
}
}
{
"input": {
"id": ""
}
}