NestJS GraphQL Relay

JSON →
library 11.0.2 ·javascript
verified Jun 7, 2026

A Nest.js plugin that integrates @nestjs/graphql with graphql-relay and TypeORM, providing decorators and utilities for building Relay-compatible GraphQL APIs (connections, edges, pagination). Current stable version is 11.0.2, compatible with @nestjs/graphql >=13.1.0 and graphql-relay ^0.10.2. It simplifies creating Relay pagination by generating connection types, edge types, and page info automatically from entity definitions. Unlike manual implementation, it reduces boilerplate and ensures consistency with the Relay specification. The library is actively maintained, with releases following NestJS updates.