MergeE using the gremlin javascript client on AWS Neptune don't work
Doing a mergeE when using the javascript client (bytecode option) don't work coming back a
The basic mergeE was:
where
Doing the same in a jupyter notebook just works proving that vertexes exists for example
mergeV is working as expected
Anyone have the same problem or had the same issue that could help me on that matter?
Invalid OpProcessor requested [null] with code UnsupportedOperationException and 499 as status. The basic mergeE was:
where
t and direction comes from gremlin.process with package version 3.6.2. Doing the same in a jupyter notebook just works proving that vertexes exists for example
mergeV is working as expected
Anyone have the same problem or had the same issue that could help me on that matter?