Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix graphql error import bug #876

Closed
wants to merge 1 commit into from

Conversation

yukukky
Copy link

@yukukky yukukky commented Mar 26, 2020

There is no graphql.execution.executors.asyncio in GraphQL-core3.

If you're using GraphQL-core3, the import of the AsyncioExecutor fails.
Then, format_error and GraphQLError, which are also present in GraphQL-core3, are handled without being imported

As an amendment, I propose to attach a try to each import.

@yukukky yukukky changed the title fix graphql error import bug Fix graphql error import bug Mar 26, 2020
@JayH5 JayH5 added the graphql label Sep 11, 2020
@JayH5
Copy link
Member

JayH5 commented Feb 5, 2021

Thank you for creating this pull request. We have decided to deprecate GraphQL support within Starlette itself so I am going to close this pull request. See #619.

@JayH5 JayH5 closed this Feb 5, 2021
Copy link

@RoyTrudell RoyTrudell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would be a good addition to the code base.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants