@cerebruminc/typegraphql-prisma
v1.0.1
Published

Readme

@cerebruminc/typegraphql-prisma
Prisma generator that emits TypeGraphQL types and CRUD resolvers from a Prisma schema.
This is a community-maintained fork of
MichalLytek/typegraphql-prisma,
maintained by Cerebrum Inc.. It is not an
official Prisma or TypeGraphQL package.
Installation
Install the maintained package as a development dependency:
npm install --save-dev @cerebruminc/typegraphql-prismaThe Prisma generator provider remains typegraphql-prisma for compatibility:
generator typegraphql {
provider = "typegraphql-prisma"
}Documentation
The installation guide, configuration reference, and feature documentation are available at cerebruminc.github.io/typegraphql-prisma.
Examples
Example projects are available in the
examples directory.
Support
- Report bugs in GitHub Issues.
- Ask questions and propose ideas in GitHub Discussions.
- Report security vulnerabilities according to the security policy.
Attribution
The original project was created by Michał Lytek. This fork preserves the original MIT license and copyright notice.
