diff --git a/packages/apollo-boost/src/index.ts b/packages/apollo-boost/src/index.ts index 3800d189b04..87a9e0d1054 100644 --- a/packages/apollo-boost/src/index.ts +++ b/packages/apollo-boost/src/index.ts @@ -13,7 +13,7 @@ import { InMemoryCache, CacheResolverMap } from 'apollo-cache-inmemory'; import gql from 'graphql-tag'; import ApolloClient from 'apollo-client'; -export { gql, InMemoryCache, HttpLink }; +export { gql, HttpLink }; export interface PresetConfig { request?: (operation: Operation) => Promise;