Using java-dataloader to fix N+1 queries in a GraphQL API
This post will help you understand the N+1 query problem in a GraphQL API and show you how to use java-dataloader to fix it. By using batch loaders, API performance for one of my clients was improved by 60 to 80 percent!