ActiveTourTimeOfDayInput
No description
input ActiveTourTimeOfDayInput {
state: WorkItemState
timeOfDay: TimeOfDayType!
tourId: ActiveTourID!
}
Fields
ActiveTourTimeOfDayInput.state ● WorkItemState enum
Indicating if rejected or completed.
ActiveTourTimeOfDayInput.timeOfDay ● TimeOfDayType! non-null enum
The time of day this entry should be added
ActiveTourTimeOfDayInput.tourId ● ActiveTourID! non-null scalar
The ID of the tour to be used