Skip to content

updateCalendarViewSettingPayload

Autogenerated return type of updateCalendarViewSetting.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of updateCalendarViewSetting.
"""
type updateCalendarViewSettingPayload {
calendar_view_setting: CalendarViewSetting
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}