Hacker News new | ask | show | jobs
by satvikpendem 1243 days ago
I love GraphQL, it makes writing typed APIs for multiple clients very easy, since client code can basically be auto generated from the GraphQL schema. More concretely, it forces you to think about your data, unlike NoSQL where you can just chuck a JSON blob of whatever you want.