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
-
sariel79373yMy 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. -
vane105593ygraphql - cause we don’t know how to normalize our data and how model in mvc works 😅
-
DEVil6669073y@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.
-
mojo20127663yI‘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