Skip to content

createAppointmentFormAnswerGroupConnectionInput

Autogenerated input type of createAppointmentFormAnswerGroupConnection

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of createAppointmentFormAnswerGroupConnection
"""
input createAppointmentFormAnswerGroupConnectionInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
appointment_id: ID
form_answer_group_id: ID
}