When I try to bind a transaction to a class, my previous static properties and methods get lost. i.e.
console.log(BlogUserXref.getIdFromUUID);
console.log(BlogUserXref.bindTransaction(trx).getIdFromUUID);
Output
Am I missing something? I hoped that bindTransaction returned the the original class bound to the passed transaction. Thanks in advance.
Node 8.0
Objection 0.8.1