TourPlan
No description
type TourPlan {
activeTours: [ActiveTour!]!
date: Date!
id: TourPlanID!
targetTours: [TargetTour!]!
}
Fields
TourPlan.activeTours ● [ActiveTour!]! non-null object
List of all active tours within this plan.
TourPlan.date ● Date! non-null scalar
The date of the tour plan.
TourPlan.id ● TourPlanID! non-null scalar
Unique identifier of the tour plan. Especially used for client side caching.
TourPlan.targetTours ● [TargetTour!]! non-null object
List of all target tours within this plan.
Returned By
experimental_generateTourPlanV2 mutation
Member Of
AddEmptyActiveTourPayload object