Hey guys, is there a way to make changes to Prisma...
# orm-help
n
Hey guys, is there a way to make changes to Prisma and deploy our own version?
m
You can modify your prisma schema with
nexus-prisma
, but you need to deploy your original prisma server and then your new generated prisma-nexus-client will work locally between them.