diff --git a/src/index.ts b/src/index.ts index 1ca411ee3c1..6f7c076e747 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,4 @@ export { apolloExpress, graphiqlExpress } from './integrations/expressApollo'; export { ApolloHAPI, GraphiQLHAPI } from './integrations/hapiApollo'; export { apolloKoa } from './integrations/koaApollo'; +export { apolloConnect, graphiqlConnect } from './integrations/connectApollo';