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
An extra info: this only happens when the base included resource (in this case, the user) and the nested relationship has a one-to-many relationship with the nested resource.
For example, when querying localhost:3000/user/1?include=votes.article in the test-app, the base resources have all the relationships (see the included vote resource):
While testing
localhost:3000/articles/1?include=author.votes
The included author in that same response, should also have the votes relationshipObjects in its "relationships" property:
Originally posted by @spersico in #227 (comment)
The text was updated successfully, but these errors were encountered: