I am trying to run following Neo4j cypher Query:
MATCH (m:Person { id: \'$id\'})-[:FOLLOWS]->(f:Person) CALL apoc.cypher.run(\'WITH {f} as f MATCH (f)-[: