Hazymoon
DTDrizzle Team
•Created by Hazymoon on 12/1/2023 in #help
Can not access relation object with 2 many relations
I'm declaring the relations of a table like this:
The reverse relation:
I can make this query:
but when I access
result[0].storeLocations
, it is not suggested and it says Property storeLocations does not exist...
.
But if I do console.info(result[0])
I can see storeLocations
inside the object.
If I remove the other many relation, then it works normally.4 replies