Skip to content

updateAppointmentFormAnswerGroupConnection

Update the appointment linked to a form answer group.

Arguments

input · UpdateAppointmentFormAnswerGroupConnectionInput! · required · Parameters for UpdateAppointmentFormAnswerGroupConnection

Returns

UpdateAppointmentFormAnswerGroupConnectionPayload

Example

mutation updateAppointmentFormAnswerGroupConnection(
$input: UpdateAppointmentFormAnswerGroupConnectionInput!
) {
updateAppointmentFormAnswerGroupConnection(input: $input) {
appointment
form_answer_group
messages
}
}