mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
add missing graphiql export for Koa (#64)
This commit is contained in:
parent
bd1601524f
commit
fe8be5d5ee
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Reference in a new issue