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 {#id}
EnvironmentLeaf.name ● String! non-null scalar {#name}
Display name
EnvironmentLeaf.description ● String scalar {#description}
What this environment is for
EnvironmentLeaf.createdAt ● DateTime! non-null scalar {#created-at}
When this environment was created (UTC)
EnvironmentLeaf.updatedAt ● DateTime! non-null scalar {#updated-at}
When this environment was last modified (UTC)
EnvironmentLeaf.project ● ProjectLeaf object {#project}
The project containing this environment.
Member Of
EnvironmentsPage object ● PackageLeaf object