Another solution I found is to grab `prisma.fruit(...
# prisma-client
s
Another solution I found is to grab
prisma.fruit({id...}).owner
and tack the result on to the original query for
fruit
, but this seems pretty inefficient