OBJECT

AppointmentTypeAppointmentCountData

link GraphQL Schema definition

  • type AppointmentTypeAppointmentCountData {
  • appointment_count: Int
  • # The name of the appointment type for which we count appointments for
  • name: String
  • }