Answer the question
In order to leave comments, you need to log in
How to correctly formulate a query in mongo?
There is a collection in mongo, like this:
{
id: '123',
name: 'example',
group: [
{
id: '456',
name: 'example2'
},
{
id: '789',
name: 'example3'
}
]
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question