add elementID in apoc.convert.toTree output as key-value pair (_elementId
)
#3886
Labels
core-functionality
Adding new procedure, function or signature to APOC core
Feature description (Mandatory)
As the use of
ID
is not recommended and insteadelementId
should be used in future it would be convenient to have an additional key-value pair_elementId
in the output of theapoc.convert.toTree
method.In addition it would be convenient to make
_id
,_elementId
and_type
suppressable via the config:{ nodes: {'Labelname': ['-_id', ...]}}
Considered alternatives
Alternatives would be to work with ID or to add a unique ID to all nodes.
The text was updated successfully, but these errors were encountered: