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
I have "User" model with username & password. "Article" model hasOne "User".
Article.hasOne('user', User, {autoFetch:true}) helps me go get Article & associated user.
Now, How can I limit the fields from "User" model ?
The text was updated successfully, but these errors were encountered:
I have "User" model with username & password. "Article" model hasOne "User".
Article.hasOne('user', User, {autoFetch:true}) helps me go get Article & associated user.
Now, How can I limit the fields from "User" model ?
The text was updated successfully, but these errors were encountered: