Skip to content

AppointmentTypeAppointmentCountData

The count of appointments for each appointment type

Fields

appointment_count · Int · The unique identifier of the count
name · String · The name of the appointment type for which we count appointments for

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
}