Skip to main content

TemporaryAbsence

Type containing a temporary absence of the client

type TemporaryAbsence {
absentFrom: LocalDateTime!
absentTo: LocalDateTime
id: ClientTemporaryAbsenceID!
notes: String
reason: String!
reportedOn: Date!
}

Fields

TemporaryAbsence.absentFrom ● LocalDateTime! non-null scalar

Start date of the employee absence

TemporaryAbsence.absentTo ● LocalDateTime scalar

End date of the employee absence, optional

TemporaryAbsence.id ● ClientTemporaryAbsenceID! non-null scalar

Unique identifier

TemporaryAbsence.notes ● String scalar

Additional notes regarding the absence of the client

TemporaryAbsence.reason ● String! non-null scalar

Reason for the client absence

TemporaryAbsence.reportedOn ● Date! non-null scalar

Date of reporting of the absence

Returned By

temporaryAbsence query

Member Of

Client object ● ClientAbsenceInformation object