README
loopback-rest-include-mixin
This module is designed for changing GET /models and GET /models/id to automatically contain related model
Install
npm i -D loopback-rest-include-mixin
or use Yarn
yarn install
Usage
import loopbackRestIncludeMixin from "loopback-rest-include-mixin"
loopbackRestIncludeMixin(modelName, options)
License
MIT © chopperlee