@apollo/client
Version:
A fully-featured caching GraphQL client.
8 lines • 365 B
TypeScript
import type { MatcherFunction } from "expect";
import type { TakeOptions } from "../internal/ObservableStream.js";
import type { ApolloQueryResult } from "../../core/types.js";
export declare const toEmitApolloQueryResult: MatcherFunction<[
queryResult: ApolloQueryResult<any>,
options?: TakeOptions
]>;
//# sourceMappingURL=toEmitApolloQueryResult.d.ts.map