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 :
- # If the client has confirmed the appointment, or don't need to (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 :
- # The unique identifier of the appointment inclusion
- ID :
- # Attendee
- User :
- # Attendee ID
- ID @deprecated( reason: "Use `user` field" ) :
- }