Skip to content

v3.2.0rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Cito Cito released this 29 Sep 15:20
· 301 commits to main since this release
1804bd7

Pre-release GraphQL-core v3.2.0rc1, based on GraphQL.js v16.0.0rc2.

In addition to porting the recent changes in GraphQL.js,
this pre-release also contains the following improvements:

  • Set enum value values to value names in build_client_schema (#138)
  • Fix camel to snake case conversion with digits (#140)
  • Support Python 3.10