-
What is the easy and proper way to do CRUD in Prisma and Pothos? Like what Pothos has done in prismaConnection it is easy to do pagination. |
Beta Was this translation helpful? Give feedback.
Answered by
hayes
Sep 21, 2023
Replies: 2 comments
-
There's the prisma-utils plugin you could check out, and I think there are a number of third party libraries that can auto generate crud schemas from your Prisma schema if that's what you're looking for |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ccfiel
-
Thanks 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's the prisma-utils plugin you could check out, and I think there are a number of third party libraries that can auto generate crud schemas from your Prisma schema if that's what you're looking for