SelectionMap with nested objects
Hi, I'm trying to re-create the db.query({ with: {} }) but it's not working with nested objects because I don't know the type.
For example:
the product.testA will work, but product.testA.id will not, which is what I'm trying to fix.
I imagine there is a helper for this?
0 Replies