Difference between where in Prisma
Hello, is there a difference between this beside how you write it?
2 Replies
direct difference, no
just allow you to do more queries against the relationship
Prisma
Filtering and sorting (Concepts)
Use the Prisma Client API to filter records by any combination of fields or related record fields, and sort the results.