apoc.schema.nodes
Procedure
CALL apoc.schema.nodes([config]) yield name, label, properties, status, type
Signature
apoc.schema.nodes(config = {} :: MAP?) :: (name :: STRING?, label :: STRING?, properties :: LIST? OF STRING?, status :: STRING?, type :: STRING?, failure :: STRING?, populationProgress :: FLOAT?, size :: INTEGER?, valuesSelectivity :: FLOAT?, userDescription :: STRING?)
Output parameters
Name | Type |
---|---|
name |
STRING? |
label |
STRING? |
properties |
LIST? OF STRING? |
status |
STRING? |
type |
STRING? |
failure |
STRING? |
populationProgress |
FLOAT? |
size |
INTEGER? |
valuesSelectivity |
FLOAT? |
userDescription |
STRING? |
Was this page helpful?