DEV Community

Discussion on: What are the cons of GraphQL?

Collapse
 
gklijs profile image
Gerard Klijs

Queries might be more expensive, but using data loader one GraphQL query could be one query to the database, which with REST it might needed hundred simpler calls.

Collapse
 
totally_waqas profile image
Waqas

it’s just beautiful how data loaders work