Adds promise-based dataloader and resolver support to graphql-core v3+ by patching middlewares and execution. Current version 3.4.2, requires Python >=3.10, maintained on GitHub by fellowapp.
pip install graphql-core-promiseNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example demonstrating promise-based resolver with graphql-core.
Update imports from `graphql_core.promise` to `graphql_core_promise`.
Ensure middleware list elements support dict-like access, or use plain dicts.