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
{{ message }}
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: