OBJECT
CalendarColorScheme
A Calendar Color Scheme
link GraphQL Schema definition
- type CalendarColorScheme {
- # Course ID of benefit
- String :
- # The category to color code by
- String :
- # Color code options that make up this color scheme
- ColorCode!] : [
- # The default color (in case the subcategory conditions are not met)
- String :
- # The unique identifier of the scheme
- ID! :
- # The ID of the connected user
- String :
- }