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
const userSchema= lounge.schema({
name: String,
father: { type: lounge.Model, modelName: 'User' } // type of father is User itself
})
const User= lounge.model('User', userSchema)
Is it possible obtain something like that?
The text was updated successfully, but these errors were encountered: