QueryPlaceReverseSearchArgs: {
    after?: InputMaybe<Scalars["String"]>;
    first: Scalars["Int"];
    focus: PositionInput;
    layers?: InputMaybe<Scalars["String"][]>;
    maxLabelLength?: InputMaybe<Scalars["Int"]>;
    sources?: InputMaybe<PlaceSearchSource[]>;
    thirdPartyQuery?: InputMaybe<Scalars["JSON"]>;
}

Type declaration

Generated using TypeDoc