Join Slack
Powered by
<@UBHNBSGQ0> You should just use Typescript or use...
# orm-help
l
Luca
03/02/2019, 7:15 PM
@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
Open in Slack
Previous
Next