MAbdullahMalik
Results
2
comments of
MAbdullahMalik
The issue is; In DTO class, you don't need to declare the field itself, just add the Relation (according to your Relation type one-to-many etc) Example: @FilterableRelation('Put-Name-from-your-EntityClass', () => AreaDTO,...
@ianizaguirre thank you so much. .. works perfectly