ItineraryLocationParentArgs: {
    parentType?: InputMaybe<ItineraryItemType>;
    placeIds?: InputMaybe<Scalars["ID"][]>;
    segmentIds?: InputMaybe<Scalars["ID"][]>;
    type?: InputMaybe<ItineraryItemType>;
}

An itinerary item representing a location with an associated place in the itinerary

Type declaration

Generated using TypeDoc