loopback-filters-mixin

1.2.0 • Public • Published

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": {}
    }
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i loopback-filters-mixin

Weekly Downloads

1

Version

1.2.0

License

MIT

Last publish

Collaborators

  • bolamn