if I have Accounts and PaymentTransaction Datasets, I have added both to collections as Document,
Accounts has "AccountID", "CustomerID", "AccountBalance"
PaymentTransaction has "TrxID","AccountNo", "CustomerNo", "CounterPartyNo", "TrxAmount"
AccountID and AccountNo are same reference
CustomerID and CustomerNo, CounterPartyNo are same reference
Now I need to create edges between
TrxID to AccountID of same AccountNo,
TrxID to CustomerID of same CustomerNo,
TrxID to CounterPartyNo of same CustomerNo