Hey all,
I can't to pass a param to cypher query below in (export GraphML procedures):
WITH "MATCH path = (person:Person)-[directed:DIRECTED]->(movie) where id(person) = $personId
RETURN person, directed, movie" AS query
CALL apoc.export.graphml.quer...