AppEnvironmentInsightsOverviewOperationResultPayload
The result of enabling or disabling the insights overview for an environment.
type AppEnvironmentInsightsOverviewOperationResultPayload {
enabled: Boolean!
message: String!
success: Boolean!
}
Fields
AppEnvironmentInsightsOverviewOperationResultPayload.enabled ● Boolean! non-null scalar common
Whether the insights overview is enabled after the operation.
AppEnvironmentInsightsOverviewOperationResultPayload.message ● String! non-null scalar common
A human-readable result message.
AppEnvironmentInsightsOverviewOperationResultPayload.success ● Boolean! non-null scalar common
Whether the operation succeeded.
Returned By
updateInsightsOverviewStatus mutation