You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in regards to #147, based on some of the changes to the resources themselves, it looks like arguments passed to the reverse relation are hardcoded; however, we're definitely going to want to be able to manipulate those reverse relations like any other resource / finder.
under the hood, we could potentially take a reference to the designated finder and infer the arguments from there.
in regards to #147, based on some of the changes to the resources themselves, it looks like arguments passed to the reverse relation are hardcoded; however, we're definitely going to want to be able to manipulate those reverse relations like any other resource / finder.
under the hood, we could potentially take a reference to the designated finder and infer the arguments from there.
here's an example of what i'm talking about:
where
memberships
is designated as a reverse relation on thecourses
resource./cc @bryan-coursera
The text was updated successfully, but these errors were encountered: