You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @bd82 , I believe the parser is fault tolerant to provide such things as autocomplete after .... There's some issue floating around in the GraphQL repo to unify both parsers to be fault tolerant :)
Unfortunately I am not sure myself how the fault tolerance is implemented.
What is the status nowadays? Particularly with the graphiql new project?
Are there things lacking in the IQL Parser? things that need to be improved? Are there Editor services capabilities that you want to be able to provide but are hitting a barrier due to parsing technology?
I am basically trying to understand if there is a reason to dust off / update / fix the "graphql-advanced-parser" I've created and attempt to integrate it into this project?
Why is a different parser used than the one implemented in graphql-js ?
Is a different data structure output produced?
Does this parser have error recovery and fault tolerance capabilities? (I have not found any).
Cheers.
Shahar.
The text was updated successfully, but these errors were encountered: