typeorm-relations-graphql
JSON →Automatically join TypeORM relations based on GraphQL query fields to reduce N+1 queries. Version 3.0.0, compatible with TypeORM v0.3.x and GraphQL v14+. Unlike DataLoader, it generates a single SQL query with joins, avoiding multiple round trips. However, large nested joins may degrade performance, and it requires careful handling of circular references and depth limits. Written in TypeScript with built-in type definitions.
Resources
packagetypeorm-relations-graphql ↗