Skip to main content

MoveAbsenceInput

Moving a shift element from one shift to another

input MoveAbsenceInput {
employeeId: EmployeeID!
newAbsenceEnd: DateTime!
newAbsenceStart: DateTime!
oldAbsenceDate: Date!
}

Fields

MoveAbsenceInput.employeeId ● EmployeeID! non-null scalar

ID of the employee

MoveAbsenceInput.newAbsenceEnd ● DateTime! non-null scalar

New ending date time of the absence

MoveAbsenceInput.newAbsenceStart ● DateTime! non-null scalar

New starting date time of the absence

MoveAbsenceInput.oldAbsenceDate ● Date! non-null scalar

Date of the current absence, which has to be moved

Member Of

moveAbsence mutation