Skip to main content

EnvironmentLeaf

An environment returned in list results.

type EnvironmentLeaf {
id: ID!
name: String!
description: String
createdAt: DateTime!
updatedAt: DateTime!
project: ProjectLeaf
}

Fields

EnvironmentLeaf.id ● ID! non-null scalar

EnvironmentLeaf.name ● String! non-null scalar

Display name

EnvironmentLeaf.description ● String scalar

What this environment is for

EnvironmentLeaf.createdAt ● DateTime! non-null scalar

When this environment was created (UTC)

EnvironmentLeaf.updatedAt ● DateTime! non-null scalar

When this environment was last modified (UTC)

EnvironmentLeaf.project ● ProjectLeaf object

The project containing this environment.

Member Of

EnvironmentsPage object ● PackageLeaf object