Skip to main content

EnvironmentVariableInput

Input for creating, updating, or deleting an environment variable.

input EnvironmentVariableInput {
applicationId: Int!
environmentId: Int!
name: String!
reloadManifest: Boolean
value: String!
}

Fields

EnvironmentVariableInput.applicationId ● Int! non-null scalar common

The unique ID of the Application

EnvironmentVariableInput.environmentId ● Int! non-null scalar common

The unique ID of the environment

EnvironmentVariableInput.name ● String! non-null scalar common

Environment variable name (must consist of uppercase letters, numbers, and underscore

EnvironmentVariableInput.reloadManifest ● Boolean scalar common

Whether to reload the site manifest after the operation

EnvironmentVariableInput.value ● String! non-null scalar common

Environment variable value

Member Of

addEnvironmentVariable mutation ● deleteEnvironmentVariable mutation ● updateEnvironmentVariable mutation