OBJECT
PotentialAppointmentSlot
link GraphQL Schema definition
- type PotentialAppointmentSlot {
- String :
- # The type of appointment the slot is for. Returns nil if not a group appointment.
- # Returning this for many slots can potentially slow down query times.
- AppointmentType :
- # The hexcode color of the slot (Not used in Healthie's default self-scheduling
- # widget)
- String :
- String :
- # Whether this slot has waitlist enabled
- Boolean :
- # Whether this slot is fully booked
- Boolean :
- # The length of the appointment type (in minutes)
- Int :
- String :
- }