Join Slack
Powered by
Any way to do a partial query against the DB with ...
# orm-help
j
joar
10/24/2019, 8:06 AM
Any way to do a partial query against the DB with prisma1? Right now every query is
SELECT * FROM
which is less than ideal
j
Josh
10/24/2019, 10:46 AM
Is it like this?
https://www.prisma.io/docs/prisma-client/basic-data-access/reading-data-TYPESCRIPT-rsc3/#selecting-fields
2
Views
Open in Slack
Previous
Next