ChangeTourStartInput
Input for changeTourStart mutation.
input ChangeTourStartInput {
endPoint: TourStartLocation
id: TargetTourID!
startTime: Time!
startingPoint: TourStartLocation!
}
Fields
ChangeTourStartInput.endPoint ● TourStartLocation enum
Optional end of the tour. If not set, the tour ends where it starts.
ChangeTourStartInput.id ● TargetTourID! non-null scalar
Unique identifier of this tour.
ChangeTourStartInput.startTime ● Time! non-null scalar
The time this tour should start.
ChangeTourStartInput.startingPoint ● TourStartLocation! non-null enum
The location this tour should start.
Member Of
changeTourStart mutation