Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michallytek/typegraphql-prisma
Prisma generator to emit TypeGraphQL types and CRUD resolvers from your Prisma schema
https://github.com/michallytek/typegraphql-prisma
crud generator graphql prisma prisma-generator type-graphql typegraphql
Last synced: 11 days ago
JSON representation
Prisma generator to emit TypeGraphQL types and CRUD resolvers from your Prisma schema
- Host: GitHub
- URL: https://github.com/michallytek/typegraphql-prisma
- Owner: MichalLytek
- License: mit
- Created: 2020-10-05T13:54:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-07T13:54:00.000Z (3 months ago)
- Last Synced: 2024-10-15T09:32:29.740Z (25 days ago)
- Topics: crud, generator, graphql, prisma, prisma-generator, type-graphql, typegraphql
- Language: TypeScript
- Homepage: https://prisma.typegraphql.com
- Size: 247 MB
- Stars: 887
- Watchers: 19
- Forks: 113
- Open Issues: 72
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
![integration logo](https://raw.githubusercontent.com/MichalLytek/typegraphql-prisma/main/img/integration.png)
[![discord](https://img.shields.io/discord/1195751245386875040?logo=discord&color=%237289da)](https://discord.gg/cWnBAQcbg2)
[![npm](https://img.shields.io/npm/v/typegraphql-prisma?logo=npm&color=%23CC3534)](https://www.npmjs.com/package/typegraphql-prisma)# TypeGraphQL & Prisma integration
Prisma generator to emit TypeGraphQL types and CRUD resolvers from your Prisma schema.
[**https://prisma.typegraphql.com**](https://prisma.typegraphql.com)
## Documentation
The documentation, installation guide, detailed description of the API and all of its features is [available on the website](https://prisma.typegraphql.com).
## Examples
You can check out some usage examples on this repo:
https://github.com/MichalLytek/typegraphql-prisma/blob/main/examples/Readme.md
## 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](https://github.com/MichalLytek/typegraphql-prisma/discussions/new):
## Security contact information
To report a security vulnerability, please use the
[Tidelift security contact](https://tidelift.com/security).
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](https://github.com/MichalLytek/typegraphql-prisma/issues/385).Let's keep `typegraphql-prisma` alive together! 💪
## Community
- Visit the [Official Website](https://prisma.typegraphql.com)
- Chat on [Discord](https://discord.gg/cWnBAQcbg2)