AddBreakInput
Input for manually adding a new attendance break for a given employee
input AddBreakInput {
employeeId: EmployeeID!
end: LocalDateTime!
notes: String
start: LocalDateTime!
}
Fields
AddBreakInput.employeeId ● EmployeeID! non-null scalar
ID of the employee
AddBreakInput.end ● LocalDateTime! non-null scalar
End date and time of the attendance
AddBreakInput.notes ● String scalar
Additional notes
AddBreakInput.start ● LocalDateTime! non-null scalar
Start date and time of the attendance
Member Of
addBreak mutation