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
The response however currently would include the friend with the key people rather than friends. So the front-end then has no way of tying this data back to the friend association.
I believe this is incorrect and that it should include this data using the given query string key as the object key in the included node of the response.
So to be clear: this is the response from the above query with an inline comment showing the suggested change:
Currently given two tables Enquiries and People.
An association on Enquiries:
An association on People:
You would include this relationship in a query string like this:
The response however currently would include the
friend
with the keypeople
rather thanfriends
. So the front-end then has no way of tying this data back to thefriend
association.I believe this is incorrect and that it should include this data using the given query string key as the object key in the
included
node of the response.So to be clear: this is the response from the above query with an inline comment showing the suggested change:
Am I wrong?
The text was updated successfully, but these errors were encountered: