lounge icon indicating copy to clipboard operation
lounge copied to clipboard

Circular Embedded Documents

Open dalborgo opened this issue 4 years ago • 2 comments

Is it possible obtain something like that?

const userSchema= lounge.schema({
  name: String,
  father: User // type of father is User itself
})

const User= lounge.model('User', userSchema)

dalborgo avatar Apr 28 '20 10:04 dalborgo