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