UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

4 lines 309 B
import type { FetchResult } from "../../link/core/index.js"; export declare function graphQLResultHasError<T>(result: FetchResult<T>): boolean; export declare function getGraphQLErrorsFromResult<T>(result: FetchResult<T>): import("graphql").GraphQLFormattedError[]; //# sourceMappingURL=errorHandling.d.ts.map