Skip to main content

updateEnvironmentVariable

Update an environment variable on an application environment.

updateEnvironmentVariable(
input: EnvironmentVariableInput
): EnvironmentVariablesPayload

Example

mutation ($input: EnvironmentVariableInput) {
updateEnvironmentVariable(input: $input) {
environmentVariables {
total
}
}
}

Arguments

updateEnvironmentVariable.input ● EnvironmentVariableInput input common

The application, environment, and variable values to update.

Type

EnvironmentVariablesPayload object common

The updated environment variable list after a mutation.