UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

10 lines (9 loc) 298 B
import type { BaseHttpLink } from "./BaseHttpLink.cjs"; export declare function rewriteURIForGET(chosenURI: string, body: BaseHttpLink.Body): { parseError: unknown; newURI?: undefined; } | { newURI: string; parseError?: undefined; }; //# sourceMappingURL=rewriteURIForGET.d.cts.map