OBJECT

CalendarColorScheme

A Calendar Color Scheme

link GraphQL Schema definition

  • type CalendarColorScheme {
  • # Course ID of benefit
  • appointment_setting_id: String
  • # The category to color code by
  • color_code_by: String
  • # Color code options that make up this color scheme
  • color_codes: [ColorCode!]
  • # The default color (in case the subcategory conditions are not met)
  • default_color: String
  • # The unique identifier of the scheme
  • id: ID!
  • # The ID of the connected user
  • user_id: String
  • }