Query: {
    __typename?: "Query";
    authorizedProfiles: ProfileConnection;
    billingDetails?: Maybe<BillingDetails>;
    billingPrices: BillingPriceConnection;
    billingSubscriptions: BillingSubscriptionConnection;
    collection?: Maybe<Collection>;
    collectionItem?: Maybe<CollectionItem>;
    collectionItems: CollectionItemConnection;
    collections: CollectionConnection;
    connectedApp?: Maybe<ConnectedApp>;
    connectedApps: ConnectedAppConnection;
    iconResource?: Maybe<IconResource>;
    iconResources: IconResourceConnection;
    isochrone: Isochrone[];
    itineraries: ItinerarySearchConnection;
    itinerary?: Maybe<Itinerary>;
    mediaContainer?: Maybe<MediaContainer>;
    mediaResource?: Maybe<MediaResource>;
    node?: Maybe<Node>;
    place?: Maybe<Place>;
    placeAddressSearch: PlaceSearchConnection;
    placeAutocompleteSearch: PlaceSearchConnection;
    placeReverseSearch: PlaceSearchConnection;
    placeSearch: PlaceSearchConnection;
    places: Maybe<Place>[];
    profile?: Maybe<Profile>;
    profileByHandle?: Maybe<Profile>;
    profiles: ProfileConnection;
    routes: RouteConnection;
    userAgreements: UserAgreementConnection;
}

Type declaration

Generated using TypeDoc