
from the Prisma schema file for usage with module prisma-nestjs-graphql: Generates object types, inputs, args, etc.
nexus-prisma: Allows to project Prisma models to GraphQL via GraphQL Nexus.prisma-typegraphql-types-gen: Generates TypeGraphQL class types and enums from your prisma type definitions, the generated output can be edited without being overwritten by the next gen and has the ability to correct you when you mess up the types with your edits.typegraphql-prisma: Generates TypeGraphQL CRUD resolvers for Prisma models.All of that without affecting any runtime code.
#Mongodb data generator code
Helping with code generators, intellisense and much more. It goes on prisma-client-js output and changes the json fields to match the type you provide.
prisma-json-types-generator: Adds support for Strongly Typed Json fields for all databases. prisma-json-schema-generator: Transforms the Prisma schema in JSON schema. prisma-docs-generator: Generates an individual API reference for Prisma Client. prisma-dbml-generator: Transforms the Prisma schema into Database Markup Language (DBML) which allows for an easy visual representation. If you create a community generator, please use this naming convention: prisma-generator. Note: Community projects are not maintained or officially supported by Prisma and some features may be out of sync. If you want to create your own generator, you can use the create-prisma-generator CLI built by our community member Yassin Eldeep. The following is a list of community created generators. You can set it explicitly if you wish to include additional binary targets for deployment to different environments. Note: The native binary target is the default. If you use macOS ARM64 ( darwin-arm64), then the binary file that was compiled for darwin-arm64 will be selected. If you use macOS Intel x86 ( darwin), then the binary file that was compiled for darwin will be selected. In that case, Prisma detects your operating system and finds the right binary file for it based on the list of supported operating systems.