createAppointmentFormAnswerGroupConnection
Create a connection between a form answer group and an appointment.
Arguments
input
· createAppointmentFormAnswerGroupConnectionInput · Parameters for createAppointmentFormAnswerGroupConnection Returns
createAppointmentFormAnswerGroupConnectionPayload Example
mutation createAppointmentFormAnswerGroupConnection( $input: createAppointmentFormAnswerGroupConnectionInput) { createAppointmentFormAnswerGroupConnection(input: $input) { appointment form_answer_group messages }}