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
Looks like KnexNest uses the first data as a reference to create Hydration meta data, and Hydration will use it as a reference to distinct the data. I also found that #7 issue related with this.
example:
[{_id: 1,_name: "abc",_child__id:1,//<-- must unique non null_child__name:"def"},{_id: 1,_name: "abc",_child__id:2,//<-- must unique non null_child__name:"efg"},]
The text was updated successfully, but these errors were encountered:
Looks like KnexNest uses the first data as a reference to create Hydration meta data, and Hydration will use it as a reference to distinct the data. I also found that #7 issue related with this.
example:
The text was updated successfully, but these errors were encountered: