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