OBJECT

SdAppointmentCollection

INTERNAL -- Appointment Collection

link GraphQL Schema definition

  • type SdAppointmentCollection {
  • # Determines if has more Appointments in pagination
  • has_more_appointments: Boolean
  • # List of Appointments
  • paginated_appointments: [SdAppointment!]
  • }