@apollo/client
Version:
A fully-featured caching GraphQL client.
8 lines • 441 B
JavaScript
export { MockLink, mockSingleLink } from "./mocking/mockLink.js";
export { MockSubscriptionLink, mockObservableLink } from "./mocking/mockSubscriptionLink.js";
export { createMockClient } from "./mocking/mockClient.js";
export { default as subscribeAndCount } from "./subscribeAndCount.js";
export { itAsync } from "./itAsync.js";
export { wait, tick } from "./wait.js";
export * from "./withConsoleSpy.js";
//# sourceMappingURL=index.js.map