@adamwdennis/nestjs-typeorm-cursor-pagination
Version:
[](https://www.npmjs.com/package/@adamwdennis/nestjs-typeorm-cursor-pagination) [ • 818 B
Markdown
# NestJS TypeORM Cursor Pagination Tools
[](https://www.npmjs.com/package/@adamwdennis/nestjs-typeorm-cursor-pagination)
[](https://img.shields.io/github/workflow/status/@adamwdennis/nestjs-api-dx/CI)
This package provides a set of classes and functions to enable [Relay GraphQL Cursor Connections](https://relay.dev/graphql/connections.htm)-compliant cursor-based pagination for your NestJS GraphQL API (with TypeORM).
## Installation
```bash
npm install nestjs-typeorm-cursor-pagination
```
or
```bash
yarn add nestjs-typeorm-cursor-pagination
```
or
```bash
pnpm install nestjs-typeorm-cursor-pagination
```
## Usage
TBD