code-chronicles-code / leetcode-curriculum

https://code-chronicles-code.github.io/leetcode-curriculum/
MIT License
9 stars 12 forks source link

Separate GraphQL patching into distinct, visitor-based script #461

Closed miorel closed 1 month ago

miorel commented 1 month ago

Previously I was trying to use the data structure we scrape from GraphQL. Using the abstract syntax tree from the GraphQL library itself is more versatile and makes it easy to add custom directives.