Rearchitecting Apps for Scale
blog.coinbase.com
Rearchitecting Apps for Scale
1–3 of 3 posts
Re: Rearchitecting Apps for Scale
#2Maybe 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.
Re: Rearchitecting Apps for Scale
#3As 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…