OBJECT

AppointmentPerDayData

The appointment count for the specific day

link GraphQL Schema definition

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