Any way to do a partial query against the DB with ...
# orm-help
j
Any way to do a partial query against the DB with prisma1? Right now every query is
SELECT * FROM
which is less than ideal