nexus-prisma icon indicating copy to clipboard operation
nexus-prisma copied to clipboard

Roadmap 2023-Q3

Open rostislav-simonik opened this issue 1 year ago • 8 comments

Roadmap 2023-Q3

DONE:

  • https://github.com/graphql-nexus/nexus-prisma/issues/674 - Stabilisation of tests to pick locked prisma version instead of the latest one matching the caret version range
  • https://github.com/graphql-nexus/nexus-prisma/pull/680 dynamic nodejs versions retrieval for tests so we can bump version to active lts (18) and current (20)
  • https://github.com/graphql-nexus/nexus-prisma/pull/683 Switch cut of releases from weekly to on-merge to master
  • #696 ESM-related issues. See #693
  • https://github.com/graphql-nexus/nexus-prisma/pull/656https://github.com/graphql-nexus/nexus-prisma/pull/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

rostislav-simonik avatar Nov 11 '22 07:11 rostislav-simonik

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 avatar Jan 31 '23 09:01 RomanTsegelskyi

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

rostislav-simonik avatar Feb 07 '23 17:02 rostislav-simonik

@rostislav-simonik where do I start?

sargentieri avatar Apr 19 '23 22:04 sargentieri

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

rostislav-simonik avatar Apr 24 '23 06:04 rostislav-simonik

@rostislav-simonik Both?

sargentieri avatar May 01 '23 20:05 sargentieri

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

rostislav-simonik avatar May 15 '23 06:05 rostislav-simonik

just joined thanks

sargentieri avatar Jun 06 '23 16:06 sargentieri

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!

colin-oos avatar Jan 06 '24 07:01 colin-oos