AppointmentPerUserData
Appointments for each status for the specific day
Fields
appointments
· [AppointmentPerDayData!]
· The array containing the appointment count for each appointment status for the specific day Used By
Definition
"""Appointments for each status for the specific day"""type AppointmentPerUserData { """ The array containing the appointment count for each appointment status for the specific day """ appointments: [AppointmentPerDayData!]
""" The name of the provider who we count appointments for """ name: String}