does anyone know how to enable nexus prisma CRUD o...
# orm-help
w
does anyone know how to enable nexus prisma CRUD options? I see the tutorial for nexus-plugin-prisma but that is deprecated
n
Hey Wahyu 👋 Are you facing any particular errors while trying to create CRUD operations?
w
hey Nurul, apologies for the late reply, I just don’t know how to enable it. The tutorial available online is for nexus-prisma-plugin which is deprecated. Do you happen to know how to enable the CRUD operations?
n
Yes nexus-plugin-prisma is deprecated in favour of nexus-prisma, does this documentation help? https://nexus.prisma.io/usage
w
the documentation does not cover the CRUD options though? to be clear, this is what I mean by CRUD https://nexusjs.org/docs/plugins/prisma/overview#:~:text=t.crud.user,6 that is enabled through the config here: https://nexusjs.org/docs/plugins/prisma/overview#:~:text=experimentalCRUD%3F%3A%20boolean,10
n
Oh! Got it! I don’t think this is supported yet. It’s in the roadmap, you can check it here in the longterm section.
w
gotchu, thanks Nurul!
👍 1