apoc.map.setEntry
In APOC 2025.06, this function was removed from the APOC Core library.
Use If you are using APOC 2025.06 or later, the function is not available in Cypher 25 but can still be used with Cypher 5. For more information, see APOC and Cypher versions. |
Syntax |
|
||
Description |
Adds or updates the given entry in the |
||
Arguments |
Name |
Type |
Description |
|
|
The map to be updated. |
|
|
|
The key to add or update the map with. |
|
|
|
The value to set the given key to. |
|
Returns |
|