Skip to main content

CreateClientTemporaryAbsenceInput

Input for the creation of an temporary absence of a client

input CreateClientTemporaryAbsenceInput {
absentFrom: LocalDateTime!
absentTo: LocalDateTime
clientId: ClientID!
notes: String
reason: String!
}

Fields

CreateClientTemporaryAbsenceInput.absentFrom ● LocalDateTime! non-null scalar

Start date of the employee absence

CreateClientTemporaryAbsenceInput.absentTo ● LocalDateTime scalar

End date of the employee absence, optional

CreateClientTemporaryAbsenceInput.clientId ● ClientID! non-null scalar

Unique identifier of the client

CreateClientTemporaryAbsenceInput.notes ● String scalar

Additional notes regarding the absence of the client

CreateClientTemporaryAbsenceInput.reason ● String! non-null scalar

Reason for the client absence

Member Of

createClientTemporaryAbsence mutation