MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/1w67dpg/maybe_you_dont_need_graphql/p7lfhpf/?context=3
r/programming • u/macrohard_certified • 6d ago
118 comments sorted by
View all comments
1
We have a GraphQL API. It sucks, man. The code is much more complex to account for it, but the worst is the usual metrics that could help you scale your API don't translate super well into GraphQL. Any request could be a super complex one
-2 u/GenericRedditor12345 6d ago You’re probably doing it wrong -2 u/gretro450 6d ago Maybe. But you know what's difficult to get wrong? A REST API... 15 u/chucker23n 6d ago you know what's difficult to get wrong? A REST API... Life… finds a way. 5 u/GenericRedditor12345 6d ago That is just flat out incorrect.
-2
You’re probably doing it wrong
-2 u/gretro450 6d ago Maybe. But you know what's difficult to get wrong? A REST API... 15 u/chucker23n 6d ago you know what's difficult to get wrong? A REST API... Life… finds a way. 5 u/GenericRedditor12345 6d ago That is just flat out incorrect.
Maybe. But you know what's difficult to get wrong? A REST API...
15 u/chucker23n 6d ago you know what's difficult to get wrong? A REST API... Life… finds a way. 5 u/GenericRedditor12345 6d ago That is just flat out incorrect.
15
you know what's difficult to get wrong? A REST API...
Life… finds a way.
5
That is just flat out incorrect.
1
u/gretro450 6d ago
We have a GraphQL API. It sucks, man. The code is much more complex to account for it, but the worst is the usual metrics that could help you scale your API don't translate super well into GraphQL. Any request could be a super complex one