AppointmentTypeAppointmentCountData
The count of appointments for each appointment type
Fields
appointment_count
· Int
· The unique identifier of the count Used By
Definition
"""The count of appointments for each appointment type"""type AppointmentTypeAppointmentCountData { """ The unique identifier of the count """ appointment_count: Int
""" The name of the appointment type for which we count appointments for """ name: String}