rfcs
rfcs copied to clipboard
[FEAT] `hasMany` and `belongsTo` requests should use adapter `findHasMany` and `findBelongsTo` hooks
Previous Discussions:
- https://github.com/emberjs/rfcs/pull/266
- https://github.com/emberjs/data/issues/2162
findHasMany and findBelongsTo would delegate to findMany and findRecord as they do today in the case where there is no link present, to preserve existing behavior while simplifying the overall flow and enabling this case to be handled.
I created an RFC to tackle this issue: https://github.com/emberjs/rfcs/pull/387
Note that this RFC was not merged.
The request manager replaced this.