Hi,
I am running gremlin server with Neo4J plugin. I am trying to save the graph in graphml format from gremlin console using:
gremlin> g.saveGraphML("/data/neo4j.graphml")
No signature of method: org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource.saveGraphML() is applicable for argument types: (java.lang.String) values: [/data/neo4j.graphml]
Type ':help' or ':h' for help.
Display stack trace? [yN]N
This is with Tinkerpop 3.3.1? If this is not the api, whats the new api to save in graphML?
Amit