Skip to content

appointmentInclusion

fetch an appointment by id, group appointments are (considered public)

Arguments

uuid · ID · When external reschedule/cancellation is allowed, the UUID can be used to allow the holder to retrieve and update/cancel their inclusion in an appointment.

Returns

AppointmentInclusionType

Example

query appointmentInclusion($id: ID, $uuid: ID) {
appointmentInclusion(id: $id, uuid: $uuid) {
appointment
attended
cancellation_reason
cancelled
confirmed
external_uuid
id
join_time
leave_time
other_cancellation_reason
user
}
}