Skip to content

Commit

Permalink
Merge pull request #152 from apollostack/add-api-exports
Browse files Browse the repository at this point in the history
add logging and Hapi exports
  • Loading branch information
helfer committed Sep 20, 2016
2 parents 09a8378 + c4fb44c commit 55d289d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export { runQuery } from './core/runQuery'
export { runQuery, LogFunction, LogMessage, LogStep, LogAction } from './core/runQuery'
export { renderGraphiQL} from './modules/renderGraphiQL'
export { OperationStore } from './modules/operationStore'
export { apolloExpress, graphiqlExpress } from './integrations/expressApollo'
export { apolloHapi, graphiqlHapi } from './integrations/hapiApollo'
export { apolloHapi, graphiqlHapi, HapiPluginOptions, HapiOptionsFunction } from './integrations/hapiApollo'
export { apolloKoa, graphiqlKoa } from './integrations/koaApollo'
export { apolloConnect, graphiqlConnect } from './integrations/connectApollo'
export { default as ApolloOptions} from './integrations/apolloOptions'

0 comments on commit 55d289d

Please sign in to comment.