relation = Relation( label="WORKS_FOR", source_id=entity1.id, target_id=entity2.id, ) in order to provide a name, what Should I add? or with label is enough?
I'm still here, but for now this doesn't matter as I'm using proerties(a).label, In this way its possible to access the label of the node, but this doesnt change the name: Relation__@,
if someone has the same doubt, I made this wprks using: MATCH p = (a)-[rel3]-(i)WHERE a.Entity.name == 'Logan'RETURN pbut yet, Idk why this doesn't work:MATCH p = (a:Entity{name: 'Logan'})-[rel3]-(i) RETURN p