OBJECT
AppointmentInclusionType
Provider/Client to Appointment connection
link GraphQL Schema definition
- type AppointmentInclusionType {
- # The appointment the inclusion is connected to.
- Appointment :
- # Indicate whether a group appointment attendee have taken part in the appointment
- Boolean :
- # Indicate if a group appointment attendee cancelled the appointment
- Boolean :
- # False if the client needs to confirm the appointment, and has not(THIS IS FIELD
- # IS CURRENTLY USED ONLY FOR GROUP APPT's)
- Boolean :
- # The UUID of the appointment inclusion. Can be used in conjunction with
- # appointment settings to allow unauthenticated users to modify an appointment.
- ID :
- ID :
- # Attendee ID
- ID :
- }