Breaking Change π₯
- Use named export for graphqlHTTP:
const { graphqlHTTP } = require('koa-graphql');
- Convert remaining files to TypeScript (#150)
- Remove flowtype entirely (92a4840)
New Feature π
- feat: support graphql-ws client for GraphiQL IDE (#152)
- Subscription support for GraphiQL (be1feec)
- feat: support shouldPersistHeaders (5b59c2e)
- Add parsed graphQLParams (4d48034)