AppEnvironmentDisableNewRelicInput
Input for disabling New Relic on an environment.
input AppEnvironmentDisableNewRelicInput {
appId: Int!
environmentId: Int!
}
Fields
AppEnvironmentDisableNewRelicInput.appId ● Int! non-null scalar common
The application ID that owns the environment.
AppEnvironmentDisableNewRelicInput.environmentId ● Int! non-null scalar common
The environment ID to disable New Relic on.
Member Of
disableNewRelic mutation