Filter out nested fields without RelationDirective
if _
is used.
#114
Labels
Milestone
RelationDirective
if _
is used.
#114
If the placeholder (
_
) is used we should filter out the fields withoutRelationDirective
, because they probably are not relations and will throw an error if try to search/sort by them. Model is unknown while types generation so we cannot check it.For explicit types there is no problem, because we are to expect they are written by hand specially for search/sort.
The text was updated successfully, but these errors were encountered: