apoc.schema.relationships

Procedure

CALL apoc.schema.relationships([config]) yield name, startLabel, type, endLabel, properties, status

Signature

apoc.schema.relationships(config = {} :: MAP?) :: (name :: STRING?, type :: STRING?, properties :: LIST? OF STRING?, status :: STRING?)

Input parameters

Name Type Default

config

MAP?

{}

Output parameters

Name Type

name

STRING?

type

STRING?

properties

LIST? OF STRING?

status

STRING?