DEV Community

Discussion on: 5 mistakes to avoid when getting started with GraphQL

Collapse
 
aexol profile image
Artur Czemiel

In my opinion dataLoader is more abstract tool which can be used within specific patterns. It doesn't replace SQL queries of course, but you might be confused by a lot of SQL examples inside README. Using it with resolvers and GraphLQ is up to you. You can reduce the number of calls if you want to query just exact fields.