apoc.cypher.run

Procedure

apoc.cypher.run(fragment, params) yield value - executes reading fragment with the given parameters

Signature

apoc.cypher.run(cypher :: STRING?, params :: MAP?) :: (value :: MAP?)

Input parameters

Name Type Default

cypher

STRING?

null

params

MAP?

null

Output parameters