OBJECT

AppointmentTypeAppointmentCountData

The count of appointments for each appointment type

link GraphQL Schema definition

  • 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
  • }