Waiting for engine...
Skip to main content

EnvironmentInput

Input parameters for updating environment configuration and settings.

input EnvironmentInput {
id: ID!
settings: EnvironmentSettingsInput
}

Fields

EnvironmentInput.id ● ID! non-null scalar miscellaneous {#id}

The Environment ID.

EnvironmentInput.settings ● EnvironmentSettingsInput input platform {#settings}

The Settings to update. If not provided, no change will be made.

Member Of

environmentUpdate mutation

On this Page