github graphql-compose/graphql-compose v2.9.0

latest releases: v9.0.10, v9.0.9, v9.0.8...
6 years ago

2.9.0 (2017-09-07)

Features

  • Flowtype: Re-export graphql package and its types via graphql.js (8f5c4a7)
  • Flowtype: Rename some type names and remove unused (8a03ef9)
  • Flowtype: Refactored all types definitions (d906530)

I this release reassembled Type Definitions. If you do not use yet static type checker Flowtype OR TypeScript, I highly recommend start using it right now.

You'll get:

  • autocompletion for methods
  • argument validations in methods and callbacks
  • checking/linting your code
  • safety upgrades on new API versions
  • much faster & safer code refactoring

Don't miss a new graphql-compose release

NewReleases is sending notifications on new releases.