Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
sariel84363yMy team wants to use it for EVERYTHING. It's disgusting.
Problem isn't GQL itself, it's that they're trying to solve for a problem with the wrong solution. -
vane109803ygraphql - cause we don’t know how to normalize our data and how model in mvc works 😅
-
GraphQL, just like WSDL, is a great idea that just got conceptualised horribly, AND implemented horribly.
i can, in theory, see the benefits over REST, but i've so far not encountered any project where those benefits would matter - the point where you actually want to query your backend data _that specifically defined_ is the point where "bandwith" is usually not a limitting factor at all. -
DEVil6669353y@fzammetti I believe which NoSQL has its place but when I was forced to code by hand RDBMS feature on a greenfield project which used a NoSQL DB because the management wouldn’t provide a goddamn SQL DB I wanted to kill.
-
mojo20127823yI‘m working with GraphCMS and at first it looked kinda nice. Querying is ok-ish. But data upload with create/update/upserts is just horrible. Huge mutation queries noone understands, totally inconsistent, tacked-on localization support.
And the worst, no real java framewort that just gives me pojis to fill and send.
It‘s so horrible to use.
I wished they‘d have a good REST interface. Things would be so much easier ðŸ˜
Related Rants
GraphQL: making the impossible stuff hard, and the easy stuff impossible … 🤦
rant
graphcms
graphql