양예진yejinyang.hashnode.dev·Nov 10, 2024[GraphQL] N+1 문제와 DataLoader 알아보기이번 포스팅에서는 N+1 문제가 무엇이며, 이 문제를 DataLoader로 어떻게 해결하였는지 살펴본다. N+1 문제 Listing 타입을 배열로 반환하는 루트 쿼리인 featuredListings 가 정의된 GraphQL 스키마가 있다. type Listing { id: ID! "The listing's title" title: String! "The listing's description" description: Strin...GraphQLAdd a thoughtful commentNo comments yetBe the first to start the conversation.