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

An itinerary item representing a collection of other itinerary items

Type declaration

Generated using TypeDoc