Skip to main content

UpdateTargetTourTimesInput

The input for the updateTargetTourTimes mutation.

input UpdateTargetTourTimesInput {
endTime: Time!
startTime: Time!
targetTourId: TargetTourID!
}

Fields

UpdateTargetTourTimesInput.endTime ● Time! non-null scalar

The new end time for the particular target tour.

UpdateTargetTourTimesInput.startTime ● Time! non-null scalar

The new start time for the particular target tour.

UpdateTargetTourTimesInput.targetTourId ● TargetTourID! non-null scalar

The unique identifier of the target tour.

Member Of

updateTargetTourTimes mutation