UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

7 lines 417 B
export { MockLink, mockSingleLink, MockedResponse, ResultFunction } from './mocking/mockLink'; export { MockSubscriptionLink, mockObservableLink } from './mocking/mockSubscriptionLink'; export { createMockClient } from './mocking/mockClient'; export { default as subscribeAndCount } from './subscribeAndCount'; export { itAsync } from './itAsync'; export * from './withConsoleSpy'; //# sourceMappingURL=index.d.ts.map