GraphQL and Data Loader Using the graphql-java-kickstart library
问题 I am attempting to use the DataLoader feature within the graphql-java-kickstart library: https://github.com/graphql-java-kickstart My application is a Spring Boot application using 2.3.0.RELEASE. And I using version 7.0.1 of the graphql-spring-boot-starter library. The library is pretty easy to use and it works when I don't use the data loader. However, I am plagued by the N+1 SQL problem and as a result need to use the data loader to help alleviate this issue. When I execute a request, I end