changeActiveTourEmployees
Updates the employees that have worked on an active tour. This will not affect the shift plan, as this is used for correcting entries in the past. Common use cases are:
- The planned employee got sik and another person has replaced him spontaneously.
changeActiveTourEmployees(
input: ChangeActiveTourEmployeesInput!
): ChangeActiveTourEmployeesPayload!
Arguments
changeActiveTourEmployees.input ● ChangeActiveTourEmployeesInput! non-null input
Type
ChangeActiveTourEmployeesPayload object
Payload for the changeActiveTourEmployees mutation.