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

incremental reparsing in apollo-parser #219

Open
lrlna opened this issue May 12, 2022 · 0 comments
Open

incremental reparsing in apollo-parser #219

lrlna opened this issue May 12, 2022 · 0 comments

Comments

@lrlna
Copy link
Member

lrlna commented May 12, 2022

apollo-parser is using rowan for its syntax tree manipulation. rowan can be used to incrementally reparse various parts of the input without having to parse an entire schema or operation from scratch. We should explore various ways we can have apollo-parser do the same.

A basic use case: let's say we have a fairly large schema with 500 definitions and a user decides to add 1 more definition to make it 501. How do we only parse that one extra definition?

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

No branches or pull requests

1 participant