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 {#id}

Environment.name ● String! non-null scalar {#name}

Display name

Environment.description ● String scalar {#description}

What this environment is for

Environment.createdAt ● DateTime! non-null scalar {#created-at}

When this environment was created (UTC)

Environment.updatedAt ● DateTime! non-null scalar {#updated-at}

When this environment was last modified (UTC)

Environment.project ● Project object {#project}

The project containing this environment.

Returned By

environment query

Member Of

EnvironmentPayload object ● Package object