UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

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