Hi,
I am trying to return neo4j graph results for Cytoscape js to consume it in the front end. I am currently using Neo4j Python Driver 4.2 and i am unable to return graph results either by using neo4j result.values() and result.graph() method.
-valu...