Skip to main content

AppEnvironmentEnableNewRelicInput

Input for enabling New Relic on an environment.

input AppEnvironmentEnableNewRelicInput {
appId: Int!
environmentId: Int!
}

Fields

AppEnvironmentEnableNewRelicInput.appId ● Int! non-null scalar common

The application ID that owns the environment.

AppEnvironmentEnableNewRelicInput.environmentId ● Int! non-null scalar common

The environment ID to enable New Relic on.

Member Of

enableNewRelic mutation