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

Add Nexus CRUD example

Open nikolasburk opened this issue 4 years ago • 3 comments

We should have an example that shows how to expose a full CRUD API for Prisma models using t.crud.

nikolasburk avatar Apr 24 '20 13:04 nikolasburk

Yeah, I think that would be really useful, especially for people starting out.

darrylyoung avatar Apr 29 '20 08:04 darrylyoung

Another great tooling https://paljs.com/ works better, I got the prisma client working less then a minute. Just a suggestion, Nexus documentation for Prisma 2 kinda sucks

Nhilesh avatar Jul 05 '20 14:07 Nhilesh

i believe we don't want to achieve this with the dead nexus-prisma-plugin : https://github.com/graphql-nexus/nexus-plugin-prisma right? afair the recommended way is to use pure nexus

what's the real alternative here? - waiting for the new nexus-prisma integration? https://github.com/prisma/nexus-prisma the crud feat seems to be far away :/

with explicitly pointed stack I will be glad to provide such an example

koniuszy avatar Aug 08 '21 20:08 koniuszy