Patch-release GraphQL-core v3.2.10, based on GraphQL.js v16.13.0.
This patch-release supports Python 3.7 to 3.14.
New features:
- Add support for schema coordinates (parsing and resolving)
- Support descriptions on executable definitions (e.g. variable definitions)
- Add a
max_coercion_errorsoption
Bug fixes:
- Fix incorrect validation errors when variable descriptions are used
- Don't add sibling errors after null propagation has occurred
- Remove erroneous
oneOfvalidation from the "values of correct type" rule - Validate that nullable variables aren't passed to
oneOfinput object fields (per spec) - Catch unhandled exceptions during abstract type resolution
Thanks to all who are sponsoring me (@Cito) for maintaining this project.