Nested joins / where on relation
Hey guys! I have a question regarding filtering a query. Basically, I need to filter the query by
This is my query:
order relation - order.date is the field I want to filter by. However, I've noticed that filtering by relations is not yet supported. How do I write the query with joins? I can't figure out how to created nested joins (subOrders -> order and subOrders -> product -> kitchens -> kitchen etc.)This is my query: