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