I expect to retrieve the edge attributes of the virtual relationship created.
The apoc.create.vRelationship does not return the edge attributes as expected.
cypher
MATCH (first1:ent {nodeid: 'aab40c4d65d5c0a428ed84dc0109b0c4'})
MATCH (first2:ent {nodeid: '000415fee2b0272cdcc2439f521b2e2e'})
CALL apoc.create.vRelationship(first1, 'teninvmerge', {conprop: '11'}, first2) YIELD rel
RETURN rel, rel.conprop
Steps (Mandatory)
Create two nodes with specified nodeid.
Run the apoc.create.vRelationship command.
Try to return the properties of the created virtual relationship.
Screenshots (where it's possible)
Include any relevant screenshots if applicable.
Versions
OS: linux
Neo4j: 3.5.16
Neo4j-Apoc: 3.5.11
I expect to retrieve the edge attributes of the virtual relationship created.
The apoc.create.vRelationship does not return the edge attributes as expected.
cypher
MATCH (first1:ent {nodeid: 'aab40c4d65d5c0a428ed84dc0109b0c4'}) MATCH (first2:ent {nodeid: '000415fee2b0272cdcc2439f521b2e2e'}) CALL apoc.create.vRelationship(first1, 'teninvmerge', {conprop: '11'}, first2) YIELD rel RETURN rel, rel.conprop
Steps (Mandatory) Create two nodes with specified nodeid. Run the apoc.create.vRelationship command. Try to return the properties of the created virtual relationship. Screenshots (where it's possible) Include any relevant screenshots if applicable.
Versions OS: linux Neo4j: 3.5.16 Neo4j-Apoc: 3.5.11