did anyone fix the `TypeError: Cannot convert unde...
# orm-help
c
did anyone fix the
TypeError: Cannot convert undefined or null to object
after upgrading to
prisma@1.8.3
and
prisma-binding@2.0.1
?
v
did you checked https://github.com/prismagraphql/prisma-binding/issues/162 ? there was breaking change in prisma-binding@2.0.0 how you should regenerate types
c
so you think if I update the `yml`files accordingly, and using
graphql codegen
it should fix this?
I was trying that, but
graphql codegen
did nothing, even though I got the message
Code for project database generated to src/generated/prisma.ts
might be another problem with windows?
gave up and went back to
prisma@1.7.4
and
prisma-binding@1.5.19