Skip to content

CalendarColorSchemeInput

Payload for a calendar color scheme

Fields

_destroy · Boolean · If true, the calendar color scheme will be deleted
color_code_by · String · The field, by which the color code is determined
color_codes · [ColorCodeInput] · The color codes of the calendar color scheme
default_color · String · The default color code
id · ID · The ID of the calendar color scheme

Used By

Definition

"""
Payload for a calendar color scheme
"""
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
}