medelman
05/04/2018, 2:36 PMexists
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 })
nilan
05/04/2018, 2:38 PMmedelman
05/04/2018, 2:38 PMmedelman
05/04/2018, 2:47 PM