DefaultTour
A single default tour entry within the residential park's default tour settings
type DefaultTour {
id: DefaultTourID!
timeBlock: TimeBlock!
tourTemplate: TourTemplate
tourType: TourType!
}
Fields
DefaultTour.id ● DefaultTourID! non-null scalar
Unique identifier of this default tour entry
DefaultTour.timeBlock ● TimeBlock! non-null enum
The time block this default tour is assigned to
DefaultTour.tourTemplate ● TourTemplate object
Optional link to a tour template
DefaultTour.tourType ● TourType! non-null enum
The tour type for this default tour
Returned By
addDefaultTour mutation
Member Of
DefaultTourSettings object