Type alias ItineraryDirectionsDescendantsArgs

ItineraryDirectionsDescendantsArgs: {
    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 item representing directions from an origin location to the parent location. This item encapsulates modes of transport and routes.

Type declaration

Generated using TypeDoc