UpdateEnvironmentInput
No description
input UpdateEnvironmentInput {
description: String
name: String
}
Fields
UpdateEnvironmentInput.description ● String scalar {#description}
Update an existing environment's name and description. The ID cannot be changed after creation.
UpdateEnvironmentInput.name ● String scalar {#name}
A human-readable name for the environment
Member Of
updateEnvironment mutation