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

An item in an itinerary as part of the tree

Type declaration

Generated using TypeDoc