I am trying to export a cypher query to a graphml file with the following 
command.

export-graphml -t -o output.graphml MATCH (a)-[:`MentionedWith`]->(b) 
RETURN a,b

The command executes but I only get nodes... no edges/relationships.

The same query in the browser works as expected.

I must be missing something simple?

Neo4J version 2.1.17

Thanks Phil

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to