apoc.coll.insert
Syntax |
|
||
Description |
Inserts a value into the specified index in the |
||
Arguments |
Name |
Type |
Description |
|
|
The list to insert a value into. |
|
|
|
The position in the list to insert the given value. |
|
|
|
The value to be inserted. |
|
Returns |
|