export renderGraphiQL

This commit is contained in:
Jonas Helfer 2016-06-26 17:42:42 -04:00
parent 8f92fe6bbc
commit 62d793bf32
2 changed files with 2 additions and 2 deletions

View file

@ -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": {

View file

@ -1,2 +1,2 @@
export { graphqlHTTP } from './integrations/expressApollo';
export { graphqlHTTP, renderGraphiQL } from './integrations/expressApollo';
export { HapiApollo } from './integrations/hapiApollo';