Hi I was trying to do context.prisma.createEntity(...
# orm-help
v
Hi I was trying to do context.prisma.createEntity() but it was throwing
"Variable '$data' cannot be non input type 'XxxxCreateInput!'.
error - solution was to
prisma deploy
- but I'm wondering if we could see a better error like from postgresql saying "no such table.."