Web Apps Managing Data Loaders in Node.js with Shared State To manage our data loaders, we've been experimenting with storing our data loaders in an "app context" object that's passed around our server-side code.
Web Apps Optimizing GraphQL Queries with DataLoader If you don't optimize your GraphQL queries, you can end up with sending multiple round trips to the database over the course of a single query.