DEV Community

Discussion on: What is GraphQL - the misconceptions.

Collapse
 
barucalmaguer profile image
Baruc

Another benefit of graphql is having to perform a single server call, with REST you probably would make a lot of calls to the different endpoints.
It's costs way more to make a request to a server far away (tens of ms) than to parse a request (< 1 ms)