SplitTourEntryInput
Input for the mutation moving a tour work item to a given tour
input SplitTourEntryInput {
benefits: [BenefitPositionID!]!
tourEntryId: TourEntryID!
}
Fields
SplitTourEntryInput.benefits ● [BenefitPositionID!]! non-null scalar
A list of benefit positions for the new tour entry
SplitTourEntryInput.tourEntryId ● TourEntryID! non-null scalar
The ID of the original tour entry
Member Of
splitTourEntry mutation