Relations, three level nested where?
Given a
Are we able to filter with where on the third level to, for example, find all users belonging to a role of the given name?
Currently it doesn't seem to work, although of course in this example I can start with Role instead to achieve the same thing....
User, Role, RoleToUser many-to-many relation:Are we able to filter with where on the third level to, for example, find all users belonging to a role of the given name?
Currently it doesn't seem to work, although of course in this example I can start with Role instead to achieve the same thing....