- support default
Query
Mutation
Subscription
type define.
- update reade me.
- Fix: ctx is undefined when websocket on connect.
- add Subscription support.
- use ctx of each request.
- move onPreGraphQL onPrePlayground at the top of the middleware.
- add miss 'await' for onPreGraphQL and onPrePlayground.
- refactor middleware: use apollo-server-koa directly.
- use GraphQL Playground instead
- add ts support
- merge eggjs/egg-graphql
- add graphiqlOptions support
- refactor (graphql.js): Upgrade to the v2 of apollo
- feat:pass app context as argument to create resolver. (#20)
- refactor (graphql.js): Upgrade to the v2 of apollo (#18)
- fix middleware issue, add apolloServerOptions config support and update module version by autod
- feat: add directive resolver and test unit (#11)
- feat: use async function and support egg@2 (#10)
- docs: update docs
- docs: add readme (#9)
- feat:Change koa-graphql to apollo-server-koa (#8)
- feat:Add Simple Switch for graphiql (#7)
- fix(schema): root nodes can't be written in multiple resolvers (#4)
- Merge pull request #3 from solarhell/patch-1
- Update README.md