I guess you mean if querying onetomany associations is possible? No, currently it is not, only “traverserelation” using inner join is possible.
Please report an issue on github.
(Depending on what you want to do and how your model look like, a possible workaround might be to query the child and “traverse” to the parent instead)