OvertimeData
The data regarding the employee overtime for a given time period
type OvertimeData {
monthlyOvertime: [MonthlyOvertimeData!]
previousYearBalance: Int!
totalBalance: Int!
}
Fields
OvertimeData.monthlyOvertime ● [MonthlyOvertimeData!] list object
Data regarding the monthly employee overtime for every passed month in the given time period
OvertimeData.previousYearBalance ● Int! non-null scalar
Total time of the employee overtime for the previous year minutes.
OvertimeData.totalBalance ● Int! non-null scalar
Total employee overtime for the given period in minutes.
Member Of
Employee object