mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 02:01:40 -05:00
export renderGraphiQL
This commit is contained in:
parent
8f92fe6bbc
commit
62d793bf32
2 changed files with 2 additions and 2 deletions
|
@ -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": {
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
export { graphqlHTTP } from './integrations/expressApollo';
|
||||
export { graphqlHTTP, renderGraphiQL } from './integrations/expressApollo';
|
||||
export { HapiApollo } from './integrations/hapiApollo';
|
||||
|
|
Loading…
Add table
Reference in a new issue