AbsenceSummary
Summary of the used hours or days for a single absence type
type AbsenceSummary {
leaveType: EmployeeAbsenceType!
unit: RequestUnit!
usedForMonth: Int!
}
Fields
AbsenceSummary.leaveType ● EmployeeAbsenceType! non-null object
Type of the leave taken
AbsenceSummary.unit ● RequestUnit! non-null enum
Request unit of the leave type (day, half-day or hour)
AbsenceSummary.usedForMonth ● Int! non-null scalar
Total used of the given type for the current year in days
Member Of
AttendanceOverview object