Skip to main content

DesWorkspaceInsProjectSettingsInput

User-level project filtering preferences for insights.

input DesWorkspaceInsProjectSettingsInput {
excludedEntities: [ID!]!
excludeNonActiveProjects: Boolean!
projectInactivityThresholdDays: Int!
}

Fields

DesWorkspaceInsProjectSettingsInput.excludedEntities ● [ID!]! non-null scalar

Entities that should be excluded from insight calculations.

DesWorkspaceInsProjectSettingsInput.excludeNonActiveProjects ● Boolean! non-null scalar

Exclude projects that are no longer active from insight results.

DesWorkspaceInsProjectSettingsInput.projectInactivityThresholdDays ● Int! non-null scalar

Number of days after which inactive projects are ignored.