Skip to main content

MonthlyOvertimeData

Data regarding the monthly employee overtime for every passed month in the given time period

type MonthlyOvertimeData {
balance: Int!
manualChanges: [OvertimeManualChange!]
month: Date!
total: Int!
}

Fields

MonthlyOvertimeData.balance ● Int! non-null scalar

Saldo of the employee overtime for the given period in minutes (total +/- current month).

MonthlyOvertimeData.manualChanges ● [OvertimeManualChange!] list object

List of manual change records for employee overtime (not directly coming from the employee check-in/check-out)

MonthlyOvertimeData.month ● Date! non-null scalar

Shows for thich month the given data corresponds to

MonthlyOvertimeData.total ● Int! non-null scalar

Total overtime of the employee for the given period in minutes.

Member Of

OvertimeData object