diff --git a/benchmark_report/Report.md b/benchmark_report/Report.md index dce981e..d3a1912 100644 --- a/benchmark_report/Report.md +++ b/benchmark_report/Report.md @@ -26,6 +26,7 @@ GraphQL api + ETL on Nestjs took me 3-4 days do some pairing with my team mates Full restAPI + ETL process Go took me 4h to develop everything without any trouble. I found quite hard using graphQL as I find selected architecture quite hard to comprehend and navigate with decission. I know if you are building a multi-tenant library or service is ok to make do more unit test, to pass mocks and use more interfaces: which is one of the most used things in go. +I also would recommend to read **[this blog](https://betterprogramming.pub/graphql-from-excitement-to-deception-f81f7c95b7cf)** which I found really interesting point of view about graphQL and it's real use case. ### XML issues