Is your feature request related to a problem? Please describe.
Gremlin (neptune) graph manipulation acts on edge IDs, as do other systems, yet generic helpers cannot reason about its name
Describe the solution you'd like
We should support _edge id binding just as we do _node . By default, it can be "id".
Additional context
Not urgent, but if we add, can the slowly refactor hardcoded edge id code to parameterize on it.
Is your feature request related to a problem? Please describe.
Gremlin (neptune) graph manipulation acts on edge IDs, as do other systems, yet generic helpers cannot reason about its name
Describe the solution you'd like
We should support
_edgeid binding just as we do_node. By default, it can be"id".Additional context
Not urgent, but if we add, can the slowly refactor hardcoded edge id code to parameterize on it.