MoveWorkItemInput
Input for the mutation moving a tour work item to a given tour
input MoveWorkItemInput {
desiredIndex: Int!
target: ActiveTourID!
timeOfDay: TimeOfDayType!
workItemId: TourWorkItemID!
}
Fields
MoveWorkItemInput.desiredIndex ● Int! non-null scalar
The desired index for the new position of the item
MoveWorkItemInput.target ● ActiveTourID! non-null scalar
The ID of the target tour that the work item is being moved to
MoveWorkItemInput.timeOfDay ● TimeOfDayType! non-null enum
The new time of the work item
MoveWorkItemInput.workItemId ● TourWorkItemID! non-null scalar
The ID of the tour entry to be moved to a new tour
Member Of
moveWorkItem mutation