Hi is it possible to create a chained hasmany
relationship like this:
Customer has Sensors and Sensors has Meterings
Customer
-> Sensors
-> Metering
So that i can access Meterings over the Customer Model.
For Example: http://localhost:3000/api/Customers/1/Sensors/2/Meterings
Is this possible in anyway with loopback?