Make CRUD simple with Node, GraphQL, and React Blog

added by JavaScript Kicks
8/29/2019 6:37:45 AM

2219 Views

GraphQL reduces the complexity of building APIs by abstracting all requests to a single endpoint. Unlike traditional REST APIs, it is declarative; whatever is requested is returned. Of course, not all projects require GraphQL - it is merely a tool to consolidate data. It has well-defined schema, so we know for sure we won't overfetch.


0 comments