Skip to main content

GenerateTourPlanInput

Input for the mutation experimental_generateTourPlan

input GenerateTourPlanInput {
date: Date
dryRun: Boolean
endDate: Date
override: Boolean
residentialParkId: ResidentialParkID!
}

Fields

GenerateTourPlanInput.date ● Date scalar

(Optional) Generate a tour plan for this week. Default is today.

GenerateTourPlanInput.dryRun ● Boolean scalar

(Optional) Set to true to only simulate the generation of the tour plan without actually creating it. Default is false.

GenerateTourPlanInput.endDate ● Date scalar

(Optional) Generate a tour plan starting from date until endDate. Defaults to date param.

GenerateTourPlanInput.override ● Boolean scalar

(Optional) Set to true to recreate existing tours. Default is false.

GenerateTourPlanInput.residentialParkId ● ResidentialParkID! non-null scalar

The ID of the residential park

Member Of

experimental_generateTourPlanV2 mutation