OBJECT

AppointmentInclusionType

Provider/Client to Appointment connection

link GraphQL Schema definition

  • type AppointmentInclusionType {
  • # The appointment the inclusion is connected to.
  • appointment: Appointment
  • # Indicate whether a group appointment attendee have taken part in the appointment
  • attended: Boolean
  • # Indicate if a group appointment attendee cancelled the appointment
  • cancelled: Boolean
  • # False if the client needs to confirm the appointment, and has not(THIS IS FIELD
  • # IS CURRENTLY USED ONLY FOR GROUP APPT's)
  • confirmed: Boolean
  • # The UUID of the appointment inclusion. Can be used in conjunction with
  • # appointment settings to allow unauthenticated users to modify an appointment.
  • external_uuid: ID
  • id: ID
  • # Attendee ID
  • user_id: ID
  • }