AssignShiftToEmployeeInput
Input for the assigning a shift to an employee
input AssignShiftToEmployeeInput {
employeeId: EmployeeID!
shiftId: ShiftElementID!
}
Fields
AssignShiftToEmployeeInput.employeeId ● EmployeeID! non-null scalar
ID of the employee
AssignShiftToEmployeeInput.shiftId ● ShiftElementID! non-null scalar
ID of the shift element to move.
Member Of
assignShiftToEmployee mutation