Open
Description
I have a table with many to one relationship (affected_entity -> entity)
When I query affected_entity, I want to filter by the fields of entity table.
But the only filters I have are like:
affected_entityFilter
Fields
id: UUIDFilter
entity_id: UUIDFilter
In the affected_entity node I can access entity, but without filters
Can I help in any way?