Open ethanresnick opened 8 years ago
On a request like /articles?include=author, if articles's beforeRender removes the author relationship, the removed authors shouldn't show up in "included" (unless they get there from another resource's relationship that didn't remove them).
/articles?include=author
articles
beforeRender
"included"
On a request like
/articles?include=author
, ifarticles
'sbeforeRender
removes the author relationship, the removed authors shouldn't show up in"included"
(unless they get there from another resource's relationship that didn't remove them).