thorOdinson
ATApache TinkerPop
•Created by thorOdinson on 3/5/2025 in #questions
MergeE with a conditional on the value being set
I'm trying to use MergeE to create an edge if it does not exist (based on the label and in/out nodes) and if it does exist I want to update a modified timestamp on the edge only if the incoming timestamp is greater than what is on the edge, so far I've got something like:
but I can't seem to figure out what should be going into the
onMatch
section to get this to work6 replies