NestJS GraphQL Connection
JSON →Relay-style pagination (Cursor-based) for NestJS GraphQL servers. Current stable version 1.1.1. Provides factory functions `createEdgeType` and `createConnectionType` to build Relay Connection/Edge types, plus a `ConnectionBuilder` class for cursor encoding/decoding and pagination logic. Supports NestJS versions 7–11 and @nestjs/graphql 7–13. Includes TypeScript definitions. Differentiates from alternatives by being NestJS-native, using decorators, and integrating with the NestJS GraphQL module's code-first approach.
Resources
packagenestjs-graphql-connection ↗