Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lb3-excellerify-crudgrid-mixin

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lb3-excellerify-crudgrid-mixin

loopback 3 excellerify CRUD Grid endpoint and schema resolver

  • 0.1.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

lb3-excellerify-crudgrid-mixin

Loopback 3 mixin for excellerify CRUD Grid endpoint and schema resolver.

Installation

In your LoopBack project:
$ npm install --save lb3-excellerify-crudgrid-mixin

Server Config

Add the mixins property to your server/model-config.json:

{
  "_meta": {
    "sources": [
      "loopback/common/models",
      "loopback/server/models",
      "../common/models",
      "./models"
    ],
    "mixins": [
      "loopback/common/mixins",
      "../node_modules/lb3-excellerify-crudgrid-mixin",
      "../common/mixins"
    ]
  }
}

Model Config

...
"mixins": {
    "FormGrid": {
      "form": {
        "include": [
          {
            "relation": "product"
          },
          {
            "relation": "user",
            "scope": {
              "limit": 1,
              "where": { "isDeleted": true }
            }
          }
        ]
      },
      "grid": false
    }
  },
...

Keywords

FAQs

Package last updated on 02 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc