CreateEnvironmentInput
Input for creating a new environment.
input CreateEnvironmentInput {
id: String!
name: String!
description: String
}
Fields
CreateEnvironmentInput.id ● String! non-null scalar
Unique identifier for the environment within its project. Must be 1-20 lowercase alphanumeric characters or hyphens. Choose carefully - this cannot be changed after creation.
CreateEnvironmentInput.name ● String! non-null scalar
Display name shown in the UI
CreateEnvironmentInput.description ● String scalar
What this environment is for (e.g., 'Production workloads')
Member Of
createEnvironment mutation