OBJECT
AppointmentPerTypePerDayData
link GraphQL Schema definition
- type AppointmentPerTypePerDayData {
- # The array containing the appointment count for each appointment status for the
- # specific day
- AppointmentPerDayData] : [
- # The name of the specific appointment type
- String :
- }