diff --git a/package.json b/package.json index 488924f7..20e98bfa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "widgetizer-widgetizer", - "version": "0.3.1", + "version": "0.3.2", "description": "Production-ready Node.js GraphQL server for Express, HAPI, Koa", "main": "dist/index.js", "directories": { diff --git a/src/index.ts b/src/index.ts index 7ebef8bf..3e131bd6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,2 +1,2 @@ -export { graphqlHTTP } from './integrations/expressApollo'; +export { graphqlHTTP, renderGraphiQL } from './integrations/expressApollo'; export { HapiApollo } from './integrations/hapiApollo';