ChangeActiveTourEmployeesInput
Input for the changeActiveTourEmployees mutation.
input ChangeActiveTourEmployeesInput {
accompanyingEmployeeId: EmployeeID
employeeId: EmployeeID!
tourId: ActiveTourID!
}
Fields
ChangeActiveTourEmployeesInput.accompanyingEmployeeId ● EmployeeID scalar
(Optional) The ID of the accompanying employee.
ChangeActiveTourEmployeesInput.employeeId ● EmployeeID! non-null scalar
The ID of the employee that the tour is being assigned to.
ChangeActiveTourEmployeesInput.tourId ● ActiveTourID! non-null scalar
The ID of the tour to be assigned
Member Of
changeActiveTourEmployees mutation