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