<@UBHNBSGQ0> You should just use Typescript or use...
# orm-help
l
@Jo Sprague You should just use Typescript or use an editor/IDE which can suggest you anything you can fit into
where
, then it's quite easy to figure it out. something like
ctx.prisma.posts({ where: { OR: [{ published: false }, { user: { id } }] } });
should do the job