@adamwdennis/nestjs-typeorm-cursor-pagination
v0.0.24
Published
[![npm](https://img.shields.io/npm/v/@adamwdennis/nestjs-typeorm-cursor-pagination)](https://www.npmjs.com/package/@adamwdennis/nestjs-typeorm-cursor-pagination) [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/@adamwdennis/nestjs-
Downloads
82
Maintainers
Readme
NestJS TypeORM Cursor Pagination Tools
This package provides a set of classes and functions to enable Relay GraphQL Cursor Connections-compliant cursor-based pagination for your NestJS GraphQL API (with TypeORM).
Installation
npm install nestjs-typeorm-cursor-pagination
or
yarn add nestjs-typeorm-cursor-pagination
or
pnpm install nestjs-typeorm-cursor-pagination
Usage
TBD