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?)