Skip to main content

MoveTourEntryInput

Input for the mutation moving a tour work item to a given tour

input MoveTourEntryInput {
desiredIndex: Int!
target: TargetTourID!
timeOfDay: TimeOfDayType!
tourEntryId: TourEntryID!
}

Fields

MoveTourEntryInput.desiredIndex ● Int! non-null scalar

The desired index for the new position of the item

MoveTourEntryInput.target ● TargetTourID! non-null scalar

The ID of the target tour that the work item is being moved to

MoveTourEntryInput.timeOfDay ● TimeOfDayType! non-null enum

The new time of the work item

MoveTourEntryInput.tourEntryId ● TourEntryID! non-null scalar

The ID of the tour entry to be moved to a new tour

Member Of

moveTourEntry mutation