AttributeError: 'Graph' object has no attribute 'cypher' in migration of data from Postgress to Neo4
importpsycopg2frompy2neoimportauthenticate,Graphauthenticate("localhost:7474","neo4j","password")n4j_graph=Graph("http://localhost:7474/db/data/")try:conn=psycopg2.connect("dbname='db_name'user='user'