@apollo/client
Version:
A fully-featured caching GraphQL client.
8 lines • 340 B
TypeScript
import { Operation } from '../core';
export declare type ServerParseError = Error & {
response: Response;
statusCode: number;
bodyText: string;
};
export declare function parseAndCheckHttpResponse(operations: Operation | Operation[]): (response: Response) => Promise<any>;
//# sourceMappingURL=parseAndCheckHttpResponse.d.ts.map