Skip to main content

enableNewRelic

Enable New Relic on an environment.

enableNewRelic(
input: AppEnvironmentEnableNewRelicInput
): AppEnvironmentEnableNewRelicPayload

Example

mutation ($input: AppEnvironmentEnableNewRelicInput) {
enableNewRelic(input: $input) {
success
}
}

Arguments

enableNewRelic.input ● AppEnvironmentEnableNewRelicInput input common

The application and environment to enable New Relic on.

Type

AppEnvironmentEnableNewRelicPayload object common

The result of enabling New Relic.