Is there a way to send a relational query that re...
# prisma-client
g
Is there a way to send a relational query that returns the scalar fields from each type?
Copy code
prisma.user({ id }).boxes({ where: { number: boxNumber } }).slots({ where: { number: slotNumber } });