Skip to main content

AddEmptyTourInput

The input for the creation of an empty tour

input AddEmptyTourInput {
date: Date!
residentialParkId: ResidentialParkID!
timeBlock: TimeBlock!
type: TourType!
}

Fields

AddEmptyTourInput.date ● Date! non-null scalar

The date this tour should occur

AddEmptyTourInput.residentialParkId ● ResidentialParkID! non-null scalar

The park to use.

AddEmptyTourInput.timeBlock ● TimeBlock! non-null enum

Time of the day

AddEmptyTourInput.type ● TourType! non-null enum

Min. qualification to run this tour

Member Of

addEmptyTour mutation