query.with like results for innerJoin
If I so something like:
I get an array that looks like {Product: {}, Category: {}}[]
But is there a way to return an array of products that has a an attibute of Category? Like we do with
query()
and with()
.
The reason for the question is the issue with where
inside with
https://discord.com/channels/1043890932593987624/1210347617364484096/12103476173644840960 Replies