-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Let's say I have some schemas:
var aSchema = new Schema({
things: [{type: Schema.Types.ObjectId, ref: 'B'}]
}
var bSchema = new Schema({
moreThings: [{type: Schema.Types.ObjectId, ref: 'C'}]
}
var cSchema = new Schema({
/// fields here
}
How can I specify that when I list_populate['things'] that moreThings gets populated as well?
Metadata
Metadata
Assignees
Labels
No labels