I updated `prisma-binding` to 2.0.0, a I think the...
# orm-help
v
I updated
prisma-binding
to 2.0.0, a I think there is a issue with it
exists
. It looks like it needs
where
key now (
exists.Project({where: {id }})
instead of
exists.Project({id})
) Can someone confirm it?
n
@Vakrim thanks for the PR, we'll take a look soon! 🙂