not sure i understand what you mean... 

pretty simple for me to reproduce this error

1) create a node
2) add relationship to node of type 'friend'
3) use gremlin to delete relationship

the command i use is:

post /db/data/ext/GremlinPlugin/graphdb/execute_script/ {"script":
"g.v(0).outE('friend').sideEffect{g.removeEdge(it); }"}

i am not sure if it something i am doing or if it gremlin trying to return
the delete relationship 

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/Gremlin-add-remove-vertex-edge-functions-tp3402170p3402359.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to