Alpha release GraphQL-core v3.3.0a10, still based on GraphQL.js v17.0.0a3.
Notable improvements since the last alpha release:
- Fixed attribute error on exception with bad
source
(#240) - Add
@oneOf
support to introspection query (#241) - Use AnyIO instead of pytest-asyncio for running async tests (#242)
- introduced
GraphQLWrappedResult
to avoid filtering in incremental delivery - Use uv instead of poetry as default packaging tool
- Some performance improvements and refactorings from upstream
- Various code cleanups
Thanks to @jkimbo for sponsoring this project, and to @agronholm, @erikwrede and @kimjh12 for contributing to this release.