bookOvertime
Books a new overtime record for a given employee with quantity and reason
bookOvertime(
input: BookOvertimeInput
): Boolean!
Arguments
bookOvertime.input ● BookOvertimeInput input
Type
Boolean scalar
The Boolean scalar type represents true or false.