apoc.cypher.doIt

Procedure

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

Signature

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

Input parameters

Name Type Default

cypher

STRING?

null

params

MAP?

null

Output parameters