example data structure
{
"name":"John",
"contact":{
"phone":"123",
"email":"abc@gmail.com"
}
}
Where condition example:
this.user.findOne({
"contact.phone": "123"
})
example data structure
{
"name":"John",
"contact":{
"phone":"123",
"email":"abc@gmail.com"
}
}
Where condition example:
this.user.findOne({
"contact.phone": "123"
})
For further actions, you may consider blocking this person and/or reporting abuse
Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.
Bob Cars(on) -
ashu-commits -
Jordan Knightin -
Justin L Beall -
Top comments (0)