apoc.create.virtual.fromNode

Function

apoc.create.virtual.fromNode(node, [propertyNames]) returns a virtual node built from an existing node with only the requested properties

Signature

apoc.create.virtual.fromNode(node :: NODE?, propertyNames :: LIST? OF STRING?) :: (NODE?)

Input parameters

Name Type Default

node

NODE?

null

propertyNames

LIST? OF STRING?

null