INPUT_OBJECT

CalendarColorSchemeInput

Payload for a calendar color scheme

link GraphQL Schema definition

  • input CalendarColorSchemeInput {
  • # If true, the calendar color scheme will be deleted
  • _destroy: Boolean
  • # The field, by which the color code is determined
  • color_code_by: String
  • # The color codes of the calendar color scheme
  • color_codes: [ColorCodeInput]
  • # The default color code
  • default_color: String
  • # The ID of the calendar color scheme
  • id: ID
  • }