addAttendance
Manually adds a new attendance for a given employee.
Authorization requires either feature employee:attendance:edit
or the user to be assigned to the employee associated with the attendance.
addAttendance(
input: AddAttendanceInput!
): Boolean!
Arguments
addAttendance.input ● AddAttendanceInput! non-null input
Type
Boolean scalar
The Boolean scalar type represents true or false.