Detect Scaling Issues When Loading Data In a GraphQL API

InstructorJacob Paris

Share this video with your friends

Send Tweet

It's easy enough to use GraphQL to query an array of posts from a database. But if you try to include the author of each post, you can run into scaling issues where the server makes an additional request for each and every post.

Using the console, we'll show how to identify when this is happening

And by the end of this series, you'll know how to use data loaders to prevent it.

Jason Leonhard
~ 2 years ago

Where is your github repo for this course?

Jacob Parisinstructor
~ 2 years ago

Hey Jason, the repo is here https://github.com/JacobParis/graphql-dataloaders