Skip to main content

updateInsightsOverviewStatus

Enable or disable the insights overview for an environment.

updateInsightsOverviewStatus(
input: AppEnvironmentInsightsOverviewUpdateStatusInput
): AppEnvironmentInsightsOverviewOperationResultPayload!

Example

mutation ($input: AppEnvironmentInsightsOverviewUpdateStatusInput) {
updateInsightsOverviewStatus(input: $input) {
enabled
message
success
}
}

Arguments

updateInsightsOverviewStatus.input ● AppEnvironmentInsightsOverviewUpdateStatusInput input common

The insights overview status to apply.

Type

AppEnvironmentInsightsOverviewOperationResultPayload object common

The result of enabling or disabling the insights overview for an environment.