@apollo/client
Version:
A fully-featured caching GraphQL client.
8 lines • 317 B
TypeScript
import '../../utilities/globals';
export { graphql } from './graphql';
export { withQuery } from './query-hoc';
export { withMutation } from './mutation-hoc';
export { withSubscription } from './subscription-hoc';
export { withApollo } from './withApollo';
export * from './types';
//# sourceMappingURL=index.d.ts.map