MLH-Fellowship / FellowshipWrapup

A showcase of all your work done during the MLH Fellowship
MIT License
6 stars 0 forks source link

Local query parsing #13

Closed gmelodie closed 4 years ago

gmelodie commented 4 years ago

It would be nice to use the power of concurrency in go to parse the GraphQL queries locally on the server so that we could make one big query on Github (less network usage).

Obs: This would also make the code much more readable as now we have a lot of repetition on it.