apoc.get
This is the APOC Extended documentation. APOC Extended is not supported by Neo4j. For the officially supported APOC Core, go to the APOC Core page. |
Qualified Name | Type |
---|---|
apoc.get.nodes(node|id|[ids]) - quickly returns all nodes with these id’s |
Procedure |
apoc.get.rels(rel|id|[ids]) - quickly returns all relationships with these id’s |
Procedure |