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.
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"
}The installation guide, configuration reference, and feature documentation are available at cerebruminc.github.io/typegraphql-prisma.
Example projects are available in the
examples directory.
- Report bugs in GitHub Issues.
- Ask questions and propose ideas in GitHub Discussions.
- Report security vulnerabilities according to the security policy.
The original project was created by Michał Lytek. This fork preserves the original MIT license and copyright notice.
