Save the graph.

Property definitions

neo4j $ GraphStore :: save
	# Save the graph.
	fun save do save_part(graph.nodes, graph.edges)
lib/neo4j/graph/graph.nit:172,2--173,48