Skip to content

createExternalCalendarPayload

Autogenerated return type of createExternalCalendar.

Fields

deprecated DO NOT USE
messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of createExternalCalendar.
"""
type createExternalCalendarPayload {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
external_calendar: ExternalCalendar
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}