Hi
can I use param for label and/or type?
:param NodeLabel => 'person';
:param RelType => 'has_mail';
MATCH (n1:$NodeLabel)-[r:$RelType]->(n2) RETURN r, n1, n2;
in the browser I get an error :
Neo.ClientError.Statement.SyntaxError: Invalid input '$...