I am currently trying to project several different "properties" resulting from one vertex that I have located. Figured out 1-1, where it is missing, however multiples I run into a bit of an issue.
I was able to force a representation of individual vertices by grouping by the ID.
This works in Gremlify with a "null" key, but running similar on AWS Neptune I get this exception:
'{"requestId":"9dfb90b3-e479-43b1-a77b-826d71575e78","code":"InternalFailureException","detailedMessage":"Error during serialization: Null key for a Map not allowed in JSON (use a converting NullKeySerializer?) (through reference chain: java.util.ArrayList[0]->java.util.LinkedHashMap[\\"grandchild\\"])"}',
I know I should be sourcing this 'tag' from somewhere - just not sure how. Is it possible to even remove it?