EnvironmentVariablesPayload
The updated environment variable list after a mutation.
type EnvironmentVariablesPayload {
environmentVariables: EnvironmentVariablesList
}
Fields
EnvironmentVariablesPayload.environmentVariables ● EnvironmentVariablesList object common
The environment variables currently configured on the environment.
Returned By
addEnvironmentVariable mutation ● deleteEnvironmentVariable mutation ● updateEnvironmentVariable mutation