Skip to content

UpdateAppointmentFormAnswerGroupConnectionInput

Autogenerated input type of UpdateAppointmentFormAnswerGroupConnection

Fields

deprecated DO NOT USE
form_answer_group_id · ID! · required · ID of the form answer group whose linked appointment will be updated. Must already be connected to an appointment.
appointment_id · ID! · required · ID of the appointment to link to the form answer group. Replaces any appointment the form answer group was previously connected to.

Used By

Definition

"""
Autogenerated input type of UpdateAppointmentFormAnswerGroupConnection
"""
input UpdateAppointmentFormAnswerGroupConnectionInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
ID of the form answer group whose linked appointment will be updated. Must already be connected to an appointment.
"""
form_answer_group_id: ID!
"""
ID of the appointment to link to the form answer group. Replaces any appointment the form answer group was previously connected to.
"""
appointment_id: ID!
}