ItineraryDescendantsArgs: {
    after?: InputMaybe<Scalars["String"]>;
    depthMax?: InputMaybe<Scalars["Int"]>;
    depthMin?: InputMaybe<Scalars["Int"]>;
    first: Scalars["Int"];
    parentType?: InputMaybe<ItineraryItemType>;
    placeIds?: InputMaybe<Scalars["ID"][]>;
    segmentIds?: InputMaybe<Scalars["ID"][]>;
    type?: InputMaybe<ItineraryItemType>;
}

An itinerary type is used to structure a series of items representing a travel itinerary

Type declaration

Generated using TypeDoc