Skip to content

AppointmentPerDayData

The appointment count for the specific day

Fields

count · AppointmentFrequencyDataType · The object with the total count of appointments for each status
date · String · The day we count appointments for

Used By

Definition

"""
The appointment count for the specific day
"""
type AppointmentPerDayData {
"""
The object with the total count of appointments for each status
"""
count: AppointmentFrequencyDataType
"""
The day we count appointments for
"""
date: String
}