Hacker News new | past | comments | ask | show | jobs | submit login

GraphQL can also be a performance nightmare if you aren't rewriting every GraphQL query into a single SQL query.



Same applies to REST APIs if you don’t offer batch endpoints. Most of those n+1 query examples I see thrown at GraphQL would be n+1 GETs in REST.


For sure. Don't do that.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: