xkelxmc-typegraphql-prisma-nestjs v1.0.3
Fork of typegraphql-prisma
This project is a fork of another with minor changes, created for personal use.
Long term support is not guaranteed, use of this copy is at your own risk.
Installation
npm install typegraphql-prisma-nestjs --save-dev
Differences from the original project:
Functions and classes used in generated files from scheme of prisma, imports from nestjs
Original:
import { Ctx, Query, Resolver } from "type-graphql";
In fork:
import { Context, Query, Resolver } from "@nestjs/graphql";
Append transformArgsIntoPrismaArgs and setTransformArgsIntoPrismaArgs for modify args before send it to prisma
PR: https://github.com/MichalLytek/typegraphql-prisma/pull/399
Sample fork with this integrations: https://github.com/EndyKaufman/typegraphql-prisma-nestjs/commit/f80d055a9aad227502d023c673ba9eed28d5cc9b
Sample application with this feature: https://github.com/EndyKaufman/typegraphql-prisma-nestjs-example/commit/c43118e952bee58e2620f159fcc62c2595a9189b
Add support mark part of fields as optional
@TypeGraphQL.optional(input: ["create", "update"])
Example use NestJS + Prisma2 + Typegraphql
https://github.com/EndyKaufman/typegraphql-prisma-nestjs-example
TypeGraphQL & Prisma integration
Prisma generator to emit TypeGraphQL types and CRUD resolvers from your Prisma schema.
https://prisma.typegraphql.com/
Documentation
The documentation, installation guide, detailed description of the API and all of its features is available on the website.
Examples
You can check out some usage examples on this repo:
https://github.com/EndyKaufman/typegraphql-prisma-nestjs-example
Feedback
Currently released version 0.x
is just a preview of the upcoming integration. For now it lacks some customization option - picking models or fields of object types to expose in the schema, hiding input fields as well as picking exposed args fields. However, the base functionality is working well, so I strongly encourage you to give it a try and play with it.
Any feedback about the developers experience or ideas about new features or enhancements are very welcome - please feel free to put your two cents by using the GitHub Discussions feature:
Security contact information
To report a security vulnerability, please use the Tidelift security contact. Tidelift will coordinate the fix and disclosure.
Future of this project
This project is not sponsored by Prisma anymore, so there will be provided only bug fixes and Prisma compatibility upgrades. You can read more about this in the GitHub issue #385.
Let's keep typegraphql-prisma
alive together! 💪