CoursePreferencesOverviewConfiguration
The configuration for a Course overview field.
type CoursePreferencesOverviewConfiguration {
enabled: Boolean!
type: OverviewFieldType!
}
Fields
CoursePreferencesOverviewConfiguration.enabled
● Boolean!
non-null scalar
A flag indicating whether the course overview feature is enabled.
CoursePreferencesOverviewConfiguration.type
● OverviewFieldType!
non-null enum
Defines the type of the course overview.
Member Of
CoursePreferences
object