graphql-nexus / nexus-prisma

Prisma plugin for Nexus

Home Page:https://graphql-nexus.github.io/nexus-prisma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roadmap 2023-Q3

rostislav-simonik opened this issue · comments

Roadmap 2023-Q3

DONE:

  • #674 - Stabilisation of tests to pick locked prisma version instead of the latest one matching the caret version range
  • #680 dynamic nodejs versions retrieval for tests so we can bump version to active lts (18) and current (20)
  • #683 Switch cut of releases from weekly to on-merge to master
  • #696 ESM-related issues. See #693
  • #656 Upgrade to Prisma 5.x

IN PROGRESS:

TODO:

  • Add support for pnpm to speed up the download of dependencies in tests

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

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

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

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

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

just joined thanks

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!