I’ve been playing around with GraphQL performance in a microservices setup and ran into the usual N+1 issue. Example query: catalogs → products →…

I’ve been playing around with GraphQL performance in a microservices setup and ran into the usual N+1 issue. Example query: catalogs → products →…