AdjustBreakTimeInput
Adjust the times of a break
input AdjustBreakTimeInput {
end: LocalDateTime
id: BreakID!
notes: String
start: LocalDateTime!
}
Fields
AdjustBreakTimeInput.end ● LocalDateTime scalar
New end time of the attendance
AdjustBreakTimeInput.id ● BreakID! non-null scalar
Unique identifier of the break
AdjustBreakTimeInput.notes ● String scalar
Additional notes
AdjustBreakTimeInput.start ● LocalDateTime! non-null scalar
New start time of the attendance
Member Of
adjustBreakTime mutation