Skip to content

v1.0.1

Compare
Choose a tag to compare
@Cito Cito released this 22 Oct 20:43

Public release of GraphQL-core-next, based on GraphQL.js v14.0.2.

Besides incorporating the latest changes from GraphQL.js,
this release also contains the following improvements and changes:

  • Support GraphQL middleware (#7)
  • Support custom ExecutionContext (#6)
  • Await resolvers in parallel (#11)
  • Await subscribed execution results (#10)
  • Use inspect() instead of repr() in error messages (#12)
  • Code formatting with "black" (#8)