Skip to main content

Environment

An environment with its full details and related resources.

type Environment {
id: ID!
name: String!
description: String
createdAt: DateTime!
updatedAt: DateTime!
project: Project
}

Fields

Environment.id ● ID! non-null scalar

Environment.name ● String! non-null scalar

Display name

Environment.description ● String scalar

What this environment is for

Environment.createdAt ● DateTime! non-null scalar

When this environment was created (UTC)

Environment.updatedAt ● DateTime! non-null scalar

When this environment was last modified (UTC)

Environment.project ● Project object

The project containing this environment.

Returned By

environment query

Member Of

EnvironmentPayload object ● Package object