You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bug is reproducible against the latest release and/or master.
There are no similar issues or pull requests to fix it yet.
Describe the bug
When following the Starlette GraphQL docs regarding GraphQL integration, if you install graphql-core versions > 2 (i.e. non-legacy core library), you will see that the module graphql.execution.executors.asyncio.AsyncioExecutor no longer exists.
I asked about this in the GraphQL core project and they indicated that as of graphql-core >=3 the executors had been discarded as they were now async by default, roughly speaking (I'm paraphrasing, please see the issue I linked to for context).
I didn't see any open issues regarding support for the new graphql-core versions - is this in the works, by any chance? The legacy project is now unsupported.
Checklist
master
.Describe the bug
When following the Starlette GraphQL docs regarding GraphQL integration, if you install
graphql-core
versions > 2 (i.e. non-legacy core library), you will see that the modulegraphql.execution.executors.asyncio.AsyncioExecutor
no longer exists.I asked about this in the GraphQL core project and they indicated that as of
graphql-core >=3
the executors had been discarded as they were now async by default, roughly speaking (I'm paraphrasing, please see the issue I linked to for context).I didn't see any open issues regarding support for the new
graphql-core
versions - is this in the works, by any chance? The legacy project is now unsupported.Environment
Additional context
graphql-python/graphql-core#121
/~https://github.com/graphql-python/graphql-core-legacy
The text was updated successfully, but these errors were encountered: