@apollo/client
Version:
A fully-featured caching GraphQL client.
5 lines (4 loc) • 305 B
text/typescript
export type { MockedRequest, MockedResponse, MockLinkOptions, ResultFunction, } from "./core/types/deprecated.cjs";
export { MockLink, realisticDelay } from "./core/mocking/mockLink.cjs";
export { MockSubscriptionLink } from "./core/mocking/mockSubscriptionLink.cjs";
//# sourceMappingURL=index.d.cts.map