graphql-python
graphql-core
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Use new verson of pytest-describe
main
9 hours ago
Bump version Replicates graphql/graphql-js@3b1c8774d311aba160599ccfa158328f311af11b
main
1 day ago
fix: name fragment variables as such in execution errors Replicates graphql/graphql-js@6ce253dc545a9da7d0e6de14620e54d618ff2b8c
main
2 days ago
fix(coerce_input_literal): null variable input object fields should override defaults Replicates graphql/graphql-js@54f118c3c6ae6e433bbaca71c483c8fe1816bc5d
main
2 days ago
refactor: add execution mode/serially argument to execute_root_selection_set The analog of executeRootSelectionSet() is Executor.execute_operation(), which kept its name, so the argument was added there. Replicates graphql/graphql-js@cf0de4109490185eab8c8d48c60d379832bef156
main
2 days ago
refactor(execution): track pending work GraphQL-core needs no AsyncWorkTracker class or shared execution context: the Executor's existing background-settling machinery (settle_in_background plus background_futures) already serves as the tracker; it is exposed to resolvers via the new async_helpers field on GraphQLResolveInfo instead of a getAsyncHelpers getter. Replicates graphql/graphql-js@2e97665326c15c693b7e035f629e4515d2e28238
main
2 days ago
fix(execution): finish executors before publishing responses Test-only port: GraphQL.js moves finish() before building responses so late async siblings stop completing after null bubbling; GraphQL-core already guarantees this by design, since gather_with_cancel cancels all pending sibling tasks when an error bubbles up. Replicates graphql/graphql-js@4f03342801a718820f25a9c891962aa4e8eca57c
main
2 days ago
Fix test coverage issue
main
2 days ago
Latest Branches
CodSpeed Performance Gauge
0%
camel_to_snake adds underscore after digits
#261
3 months ago
93faadd
BlackBeardsoul:fix/camel-to-snake-digit
CodSpeed Performance Gauge
0%
Switch to typing_extensions.Self for __new__ implementations
#259
3 months ago
69bb011
bigfootjon:fix-self-type
CodSpeed Performance Gauge
-23%
7: Convert AST nodes to frozen dataclasses (70% faster decode, 40% faster parsing)
#256
5 months ago
c04825e
corydolphin:convert-ast-to-dataclasses
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs