Skip to content

v0.12.0 (2021-11-28)

Latest
Compare
Choose a tag to compare
@chentsulin chentsulin released this 28 Nov 11:53
· 8 commits to main since this release

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)