UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

6 lines 282 B
import type { InvariantError } from "../../utilities/globals/index.js"; export type ClientParseError = InvariantError & { parseError: Error; }; export declare const serializeFetchParameter: (p: any, label: string) => string; //# sourceMappingURL=serializeFetchParameter.d.ts.map