© 2026 Hedgehog Software, LLC
where
prisma.channel.update({where: {lastMessage: { OR: [ {is: null}, {someproperty: true} ] } }, data: {...}})
OR
is