Skip to content

Commit

Permalink
export apolloConnect and graphiqlConnect
Browse files Browse the repository at this point in the history
  • Loading branch information
helfer committed Jul 29, 2016
1 parent fbc9c28 commit bd10ab0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -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';

0 comments on commit bd10ab0

Please sign in to comment.