interface RawNodeConnectionTransactionObject {
    actionType: TRANSACTION_ACTIONS;
    newValue: Partial;
    objectID: RawNodeConnectionId;
    objectType: "nodeConnection";
    oldValue: Partial;
}

Properties

newValue: Partial
objectType: "nodeConnection"
oldValue: Partial