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
Was this topic helpful?