It is awesome that you guys are contributing all this awesome graph functionality, thanks Mike and colleagues!
From: Mike Thomsen <[email protected]> <[email protected]> Reply: [email protected] <[email protected]> <[email protected]> Date: December 1, 2020 at 13:25:46 To: [email protected] <[email protected]> <[email protected]> Subject: Using record data with the graph bundle I just approved and merged a PR from a colleague of mine to bring over some code that we've been building for our client. It's a new processor called ExecuteGraphQueryRecord. It allows users to build a parameter map from dynamic properties that specify mappings between a key and a record path. Example usage: Input: { "name": "John" } Mapping: name => /name Cypher MATCH (p:Person) WHERE p.name = $name RETURN p
