AdjustAttendanceTimeInput
Adjust the times of an absence with provided reason for the adjustment
input AdjustAttendanceTimeInput {
end: LocalDateTime
id: AttendanceID!
reason: String!
start: LocalDateTime!
}
Fields
AdjustAttendanceTimeInput.end ● LocalDateTime scalar
New end time of the attendance
AdjustAttendanceTimeInput.id ● AttendanceID! non-null scalar
Unique identifier of the attendance
AdjustAttendanceTimeInput.reason ● String! non-null scalar
Reason for adjusting an employee's attendance time
AdjustAttendanceTimeInput.start ● LocalDateTime! non-null scalar
New start time of the attendance
Member Of
adjustAttendanceTime mutation