Skip to content

Commit

Permalink
add missing graphiql export for Koa
Browse files Browse the repository at this point in the history
  • Loading branch information
helfer committed Jul 29, 2016
1 parent 5e5f337 commit 5f5d0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { apolloExpress, graphiqlExpress } from './integrations/expressApollo';
export { ApolloHAPI, GraphiQLHAPI } from './integrations/hapiApollo';
export { apolloKoa } from './integrations/koaApollo';
export { apolloKoa, graphiqlKoa } from './integrations/koaApollo';
export { apolloConnect, graphiqlConnect } from './integrations/connectApollo';

0 comments on commit 5f5d0a7

Please sign in to comment.