apoc.dv.queryAndLink

Procedure APOC Full

Query a virtualized resource by name and return virtual nodes linked using virtual rels to the node passed as first param

Signature

apoc.dv.queryAndLink(node :: NODE?, relName :: STRING?, name :: STRING?, params = {} :: ANY?, config = {} :: MAP?) :: (path :: PATH?)

Input parameters

Name Type Default

node

NODE?

null

relName

STRING?

null

name

STRING?

null

params

ANY?

{}

config

MAP?

{}

Output parameters

Name Type

path

PATH?

Configuration parameters

The procedures support the following config parameters:

Table 1. Config parameters
name type default description

direction

String

"OUT"

The direction of the relationships, i.e. outgoing ("OUT") or incoming ("IN").