Comment on GraphQL Live Queries with live directiveparentComments−revskill3yI'm still not sure about benefit of GraphQL over welled designed Restful API.−fbjork3yWe chose GraphQL at Grafbase for a few reasons:- The client can ask for the data it needs, which also improves performance by reducing bandwidth- Aggregating data from multiple data sources with a single request- Widely adopted and loved by frontend and mobile developers
Comments
I'm still not sure about benefit of GraphQL over welled designed Restful API.
We chose GraphQL at Grafbase for a few reasons:
- The client can ask for the data it needs, which also improves performance by reducing bandwidth
- Aggregating data from multiple data sources with a single request
- Widely adopted and loved by frontend and mobile developers