apoc.cypher.runFirstColumnSingle Function apoc.cypher.runFirstColumnSingle(statement, params) - executes statement with given parameters, returns first element of the first column only, params are available as identifiers Signature apoc.cypher.runFirstColumnSingle(cypher :: STRING?, params :: MAP?) :: (ANY?) Input parameters Name Type Default cypher STRING? null params MAP? null More documentation of apoc.cypher.runFirstColumnSingle