API & Integration · GraphQL
What is GraphQL N+1 problem?
The GraphQL N+1 problem occurs when resolving a list causes one initial query plus an additional data-source call for each item. The API may appear correct while database or service calls grow linearly with result size.