Unifying Data Fetching with GraphQL : The Upgrade Every Developers Need
Picture this: your frontend needs to render a blog post with its author's name and other authored posts. With a RESTful setup, that typically means:
GET /blog/:id
GET /author/:id
GET /author/:id/blogs
That’s three API calls just to render one vi...
kreeti1210.hashnode.dev4 min read