Skip to main content
No description
type UserAppointmentsDailySchedule {
  isAvailable: Boolean!
  dailySchedule: [UserAppointmentsAvailabilityTimeInterval!]!
}

Fields

UserAppointmentsDailySchedule.isAvailable ● Boolean! non-null scalar

UserAppointmentsDailySchedule.dailySchedule ● [UserAppointmentsAvailabilityTimeInterval!]! non-null object

Member Of

UserAppointmentsWeeklySchedule object