03 - GraphQL: Query Language, Resolvers and the N+1 Problem
GraphQL lets clients request exactly the data they need in a single query, solving over-fetching and under-fetching inherent to REST. The N+1 problem — where each tree node generates a separate database query — is the most common architectural risk: ...
federicocalo.hashnode.dev1 min read