N+1 Problem
n GraphQL, the N+1 problem arises when a resolver makes multiple requests to a data source, resulting in redundant operations and increased latency.
https://productionreadygraphql.com/blog/2019-07-15-the-graphql-dataloader-pattern-visualized