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.
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.