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