bookOvertime
Books a new overtime record for a given employee with quantity and reason
Authorization requires either feature employee:overtime:edit
or the user to be assigned to the employee associated with the attendance.
bookOvertime(
input: BookOvertimeInput
): Boolean!
Arguments
bookOvertime.input ● BookOvertimeInput input
Type
Boolean scalar
The Boolean scalar type represents true or false.