Skip to main content
No description
type UserAppointmentsAvailability {
  user: User!
  location: Location!
  lines: [Line!]!
  dailyLimit: Int
  weeklyHours: Int!
  weeklySchedule: UserAppointmentsWeeklySchedule!
  scheduleOverrides: [UserAppointmentsScheduleOverride!]!
}

Fields

UserAppointmentsAvailability.user ● User! non-null object

UserAppointmentsAvailability.location ● Location! non-null object

UserAppointmentsAvailability.lines ● [Line!]! non-null object

UserAppointmentsAvailability.dailyLimit ● Int scalar

UserAppointmentsAvailability.weeklyHours ● Int! non-null scalar

UserAppointmentsAvailability.weeklySchedule ● UserAppointmentsWeeklySchedule! non-null object

UserAppointmentsAvailability.scheduleOverrides ● [UserAppointmentsScheduleOverride!]! non-null object

Returned By

userAppointmentsAvailability query

Member Of

LocationAppointmentSettings object