UNPKG

@adamwdennis/nestjs-typeorm-cursor-pagination

Version:

[![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-

29 lines (18 loc) 818 B
# NestJS TypeORM Cursor Pagination Tools [![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-api-dx/CI)](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