UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

7 lines 275 B
export type ServerError = Error & { response: Response; result: Record<string, any> | string; statusCode: number; }; export declare const throwServerError: (response: Response, result: any, message: string) => never; //# sourceMappingURL=throwServerError.d.ts.map