graphql-nexus / nexus-prisma

Prisma plugin for Nexus
https://graphql-nexus.github.io/nexus-prisma
MIT License
564 stars 45 forks source link

Roadmap 2023-Q3 #306

Open rostislav-simonik opened 2 years ago

rostislav-simonik commented 2 years ago

Roadmap 2023-Q3

DONE:

IN PROGRESS:

TODO:

For any suggestions, feel free to post a comment or reach out on discord

romantseg commented 1 year ago

Are there plans to do CRUD similar to nexus-prisma-plugin? If not, I would be interested in taking on this, as we have quite large project that heavily relies on CRUD and would be a pain to migrate away from Nexus

rostislav-simonik commented 1 year ago

@RomanTsegelskyi that would be great, feel free to start.

sargentieri commented 1 year ago

@rostislav-simonik where do I start?

rostislav-simonik commented 1 year ago

@sargentieri hello, just want to check if you want to contribute in general or to CRUD schema?

sargentieri commented 1 year ago

@rostislav-simonik Both?

rostislav-simonik commented 1 year ago

@sargentieri I have created a discord server so we can discuss more operatively, feel free to reach out to me there

sargentieri commented 1 year ago

just joined thanks

colin-oos commented 10 months ago

Hello, I have created a patch and a PR for supporting read operations with nexus-prisma which of course is one of the 4 crud operations. While it would be nice to have full crud, I figured I'd share what I have now for read since it is fairly complete and we are using it successfully on one of our projects.

If you're interested in trying it out, please check out #932 which contains instructions on how to apply the patch and how to use it. Let me know what you guys think!