AppEnvironmentInsightsOverviewUpdateStatusInput
Input for enabling or disabling the insights overview for an environment.
input AppEnvironmentInsightsOverviewUpdateStatusInput {
enabled: Boolean!
environmentId: Int!
id: Int!
}
Fields
AppEnvironmentInsightsOverviewUpdateStatusInput.enabled ● Boolean! non-null scalar common
Whether the insights overview should be enabled.
AppEnvironmentInsightsOverviewUpdateStatusInput.environmentId ● Int! non-null scalar common
The environment ID.
AppEnvironmentInsightsOverviewUpdateStatusInput.id ● Int! non-null scalar common
The application ID.
Member Of
updateInsightsOverviewStatus mutation