When executing a node in a hashed graph, an option should exist that allows returning along with the result a trace of all operations performed for all dependencies to reach the result (i.e. loads, executions+store, etc.)
The simplest structure could be a {key: operation} or {key: [operation, [operations_of_dependencies]]} table.