the context object provided to loaded operation hook includes an instance property but no data property.
https://github.com/strongloop/loopback-datasource-juggler/blob/2.x-latest/lib/dao.js#L1723
All other loaded hooks provide data with the context object so that one could manipulate the raw data before a model instance is created.
the current master (3.x alpha) has this fixed already
the context object provided to
loadedoperation hook includes aninstanceproperty but nodataproperty.https://github.com/strongloop/loopback-datasource-juggler/blob/2.x-latest/lib/dao.js#L1723
All other
loadedhooks providedatawith thecontextobject so that one could manipulate the raw data before a model instance is created.the current master (3.x alpha) has this fixed already