ClientAbsenceInformation
Data regarding client absences for a given time period
type ClientAbsenceInformation {
absences: [TemporaryAbsence!]
client: Client!
}
Fields
ClientAbsenceInformation.absences ● [TemporaryAbsence!] list object
List of absences for the client
ClientAbsenceInformation.client ● Client! non-null object
Client, whose absence is fetched
Member Of
AppointmentPeriod object