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

refactor(gatsby): Avoid re-parsing query by storing AST after extraction #20677

Closed
wants to merge 1 commit into from

Conversation

vladar
Copy link
Contributor

@vladar vladar commented Jan 17, 2020

Description

Just an experiment with an attempt to pass query AST from query-compiler to graphql-runner to avoid re-parsing in the later.

It involves quite a bit of change for the little benefit so likely won't be merged. Not sure if there will be any takeaways, but opening for discussion.

CC @freiksenet

Related Issues

A follow up for #20477

@vladar
Copy link
Contributor Author

vladar commented Feb 11, 2020

Closing this for now but we may revisit this someday for the query analysis step

@vladar vladar closed this Feb 11, 2020
@MichaelDeBoey MichaelDeBoey deleted the vladar/query-compiler-with-ast branch March 8, 2020 01:04
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.

1 participant