Hacker News new | ask | show | jobs
Rearchitecting Apps for Scale (blog.coinbase.com)
5 points by tbezman 1503 days ago
1 comments

As a GraphQL consumer I rather enjoy using it over Rest. I always found myself making feature requests to backend teams before. Not anymore.

Maybe less true now, but it seemed like when products had public APIs in rest, they were different endpoints than what their own internal teams used.

Whereas with Gql it seems like internal and public frontend people used the exact same endpoints, which gave the public apis more power.

In this thread below, it seems like a lot of people on HN don’t like GQL.

https://news.ycombinator.com/item?id=31284846

Have you used an actual REST API? Cacheable, making use of hypermedia. It’s much more scalable than GraphQL.