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
-
sariel85312yGraph is a S-tier solution.
The "S" stands for shit.
It's literally how a FE developer thinks an API should work.
The insidious part of graph, as you have found out, happens after several years after you have supported it in your app stack. -
atheist99292yI feel like if you've got an <anything> that's 100k lines, unless it's auto generated from a higher level language, it's probably wrong...
If it is generated from a higher level language, you're asking the wrong question. -
kiki353252yGraphQL is crazy bad. If you only have one database (not counting redis and caches), GraphQL is the worst performance penalty you can introduce, on every level.
-
I see most people dog on GraphQL but I've used it in Shopify's ecosystem. And it performs better than REST.
Just my 2 cents. -
kiki353252y@Sid2006 because that's what they provide. If you're doing things from scratch, and you have, say, postgres, and you compare its native joins perf vs graphql-level joins perf (that n + 1 ordeal), oh will somebody lose.
i don't know graphql
but the schema.graphql file is over 100 000 lines long and lags intellij
how bad is this?
rant