AppointmentPeriod
Appointment data for a given time period
type AppointmentPeriod {
absentClients: [ClientAbsenceInformation!]
absentClientsCount: Int!
days: [AppointmentDay!]
}
Fields
AppointmentPeriod.absentClients ● [ClientAbsenceInformation!] list object
Absent clients for the given period
AppointmentPeriod.absentClientsCount ● Int! non-null scalar
Number of absent clients for the given period
AppointmentPeriod.days ● [AppointmentDay!] list object
Data for every single day when an appointment is planned
Member Of
ResidentialPark object