UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

6 lines 272 B
import type { MatcherFunction } from "expect"; import type { ApolloQueryResult } from "../../core/index.js"; export declare const toEqualApolloQueryResult: MatcherFunction<[ queryResult: ApolloQueryResult<any> ]>; //# sourceMappingURL=toEqualApolloQueryResult.d.ts.map