apoc.generate.simple
Procedure APOC Full
apoc.generate.simple(degrees, label, type) - generates a simple random graph according to the given degree distribution
Signature
apoc.generate.simple(degrees :: LIST? OF INTEGER?, label :: STRING?, type :: STRING?) :: VOIDInput parameters
| Name | Type | Default | 
|---|---|---|
| degrees | LIST? OF INTEGER? | null | 
| label | STRING? | null | 
| type | STRING? | null | 
