EmployeeLeaveInformation
Data regarding the leave allocation and status of the employee
type EmployeeLeaveInformation {
holidayEntitlementInformation: HolidayEntitlementInformation
plannedHolidayForMonthDaily: Int
plannedHolidayForMonthHourly: Int
}
Fields
EmployeeLeaveInformation.holidayEntitlementInformation ● HolidayEntitlementInformation object
Contains information regard employee holiday entitlement, used leave and remaining leave
EmployeeLeaveInformation.plannedHolidayForMonthDaily ● Int scalar
Used holiday by the given employee in hours for the given month. Valid only for absences is calculated on a daily basis
EmployeeLeaveInformation.plannedHolidayForMonthHourly ● Int scalar
Used holiday by the given employee in hours for the given month. Valid only for absences is calculated on an hourly basis
Returned By
employeeLeaveInformation query