redarrowlabs / Argo

:squirrel: c# object => json.api relational mapping
MIT License
7 stars 3 forks source link

Remove rltn query filters #90

Closed zeitlerc closed 6 years ago

zeitlerc commented 6 years ago

89 Changing CreateQuery<TParent, TRltn> to GetRelated<TParent, TRtln> to reflect the fact that the query needs to execute immediately and the request will not have any filters. The overload of CreateQuery passing in the model is pointless since you already have the model which gives you the related data.