Has anyone else been having issues with the `exist...
# orm-help
m
Has anyone else been having issues with the
exists
operation after upgrading to Prisma 1.7? Was the syntax somehow changed? The following code, which used to work fine, now throws a TypeError: "cannot read property 'call' of undefined":
const exists = await ctx.db.exists.Media({ localSource })
n
This looks like a bug 🙂 Can you provide more information in a new issue: https://github.com/graphcool/prisma-binding?
m
Of course 🙂
🙏 1