AddDefaultTourInput
Input for adding a new default tour entry to the residential park's default tour settings
input AddDefaultTourInput {
residentialParkId: ResidentialParkID!
timeBlock: TimeBlock!
tourTemplateId: ShiftPlanTemplateID
tourType: TourType!
}
Fields
AddDefaultTourInput.residentialParkId ● ResidentialParkID! non-null scalar
ID of the residential park
AddDefaultTourInput.timeBlock ● TimeBlock! non-null enum
The time block for the default tour
AddDefaultTourInput.tourTemplateId ● ShiftPlanTemplateID scalar
Optional ID of a tour template to link to this default tour
AddDefaultTourInput.tourType ● TourType! non-null enum
The tour type for the default tour
Member Of
addDefaultTour mutation