AssignTourToEmployeeInput
Input for the mutation assigning an existing tour to an employee
input AssignTourToEmployeeInput {
employeeId: EmployeeID
tourId: TargetTourID!
}
Fields
AssignTourToEmployeeInput.employeeId ● EmployeeID scalar
The ID of the employee that the tour is being assigned to. If null, the tour is being unassigned.
AssignTourToEmployeeInput.tourId ● TargetTourID! non-null scalar
The ID of the tour to be assigned
Member Of
assignTourToEmployee mutation