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