OBJECT
A Calendar Color Scheme
type CalendarColorScheme {# Course ID of benefitappointment_setting_id: String # The category to color code bycolor_code_by: String # Color code options that make up this color schemecolor_codes: [ColorCode] # The default color (in case the subcategory conditions are not met)default_color: String id: ID! # The ID of the connected useruser_id: String }