OBJECT
AppointmentFrequencyDataType
Appointment Frequency Data
link GraphQL Schema definition
- type AppointmentFrequencyDataType {
- # Frequency of cancelled appointments
- Int :
- # Frequency of late cancellation appointments
- Int :
- # Frequency of appointments with no status
- Int :
- # Frequency of no-show appointments
- Int :
- # Frequency of occurred appointments
- Int :
- # Frequency of rescheduled appointments
- Int :
- }