Skip to content

UpdateAppointmentFormAnswerGroupConnectionPayload

Autogenerated return type of UpdateAppointmentFormAnswerGroupConnection.

Fields

appointment · Appointment · The appointment now linked to the form answer group.
deprecated DO NOT USE
form_answer_group · FormAnswerGroup · The form answer group whose linked appointment was updated.
messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of UpdateAppointmentFormAnswerGroupConnection.
"""
type UpdateAppointmentFormAnswerGroupConnectionPayload {
"""
The appointment now linked to the form answer group.
"""
appointment: Appointment
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The form answer group whose linked appointment was updated.
"""
form_answer_group: FormAnswerGroup
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}