Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

array with mongoose.schema.id #5

Open
ChristopherLynch-codeps opened this issue Feb 4, 2021 · 1 comment
Open

array with mongoose.schema.id #5

ChristopherLynch-codeps opened this issue Feb 4, 2021 · 1 comment

Comments

@ChristopherLynch-codeps
Copy link

Thank you very much for this cool tool!

It works well for me except for 1 case, namely an array of mongoose.schema.id's. So for example when you have in your schema something like:

channels: [{
type: mongoose.Schema.ObjectId,
ref: 'Channel',
}],

No link will be generated between the in this case Channel, and the collection schema where this snippet is placed.

@jodevsa
Copy link
Owner

jodevsa commented Apr 25, 2021

Hi, please check #6 ;)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants