Skip to content

Optimize execute_graphql_request#1474

Closed
kiendang wants to merge 4 commits into
mainfrom
optimize-graphql-execute
Closed

Optimize execute_graphql_request#1474
kiendang wants to merge 4 commits into
mainfrom
optimize-graphql-execute

Conversation

@kiendang

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Contributor 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