graph-resolver
v1.1.1
Published
Graph Resolver resolves a value or a list of values of a model to another, provided their intermediaries have defined relationships.
Downloads
152
Maintainers
Readme
graph-resolver
Graph Resolver resolves a value or a list of values of a model to another, provided their intermediaries have defined relationships.
Install
$ npm install --save graph-resolver
Usage
var graphResolver = require('graph-resolver');
graphResolver('Rainbow');
License
MIT © Sidhartha Chatterjee