Ask HN: What do you think of GraphQL?
I created a poll on Twitter here:
https://twitter.com/socializ3r/status/1527721872296665089
... go vote but would love to hear your thoughts on GraphQL.
I'm not going to bias the vote by giving my personal opinion but would love to hear yours.
10 comments
[ 2.5 ms ] story [ 874 ms ] threadhttps://memgraph.com/blog/graph-database-query-languages-you...
https://news.ycombinator.com/newpoll
Then I got actual exposure to it, and I think it's amazing in certain scenarios. You can easily make CRUD apps that allow a front-end to pick which database rows you want to update, and you create a metadata file that describes the database and applies permissions.
You get so many things for free, and the result is you have far less code to write and fewer bugs, especially around RBAC.
That being said, like many technologies, there will be people that try to use it for things it shouldn't be used for.
Basically, "Google does X so my smaller company should do X too."
That's just VERY often not the case.