Getting Started

Installation

Install Nest Graph Inspector in your NestJS project.

Install the Package

npm install nest-graph-inspector

Requirements

RequirementVersion
Node.js>= 18
NestJS10 - 11
For unsupported NestJS versions, try force installing:
npm install nest-graph-inspector --force

Next Steps

Once installed, head over to Usage to learn how to register the module in your application.