Skip to content

Optimize execute_graphql_request #1474

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

Closed
wants to merge 4 commits into from
Closed

Conversation

kiendang
Copy link
Collaborator

This ported over graphql-core graphql_impl to speed up graphql execution by getting rid of duplicated steps. See #1393 (comment) for context. This also paves the way for implementing support for validations rules (#1342, #1472)

This PR is basically just #1439 with some minor changes

  • Added the missing schema validation step in graphql_impl
  • Keep the show_graphiql arg. Agree with @danthewildcat that this arg is somewhat redundant but removing it is a non-backward compatible change.

@kiendang
Copy link
Collaborator Author

Actually I'll just push my commits into #1439

@kiendang kiendang closed this Oct 26, 2023
@kiendang kiendang deleted the optimize-graphql-execute branch December 20, 2023 11:15
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.

2 participants