ChangeTourEndInput
Input for changing the tour end time
input ChangeTourEndInput {
endTime: Time!
id: TargetTourID!
}
Fields
ChangeTourEndInput.endTime ● Time! non-null scalar
The time this tour should start.
ChangeTourEndInput.id ● TargetTourID! non-null scalar
Unique identifier of this tour.
Member Of
changeTourEnd mutation