loopback-filters-mixin
v1.2.0
Published
loopback post database filtering
Downloads
3
Readme
loopback-filters-mixin
Post database filtering through the 'select' query parameter
- npm install loopback-filters-mixin --save
{
"where": {
"type": "new"
},
"then": {
"include": {
"relation": "files",
"where": {
"status": "archived"
}
},
"having": {
"statusId": 12
},
"then": {
"limit": 2,
"finally": {}
}
}
}