EnvironmentInput
Input parameters for updating environment configuration and settings.
input EnvironmentInput {
id: ID!
settings: EnvironmentSettingsInput
}
Fields
EnvironmentInput.id ● ID! non-null scalar miscellaneous
The Environment ID.
EnvironmentInput.settings ● EnvironmentSettingsInput input platform
The Settings to update. If not provided, no change will be made.
Member Of
environmentUpdate mutation
Was this topic helpful?