How to write a Gremlin query when the number of input vertices is unknown?
Scenario:
1. Poll -> Already existing vertex.
2. Poll Question -> User might send multiple questions that are unknown and multiple options to the question (unknown list).
I am using GremlinPython
and it's not supporting manual transactions with AWS Neptune
. How to write it in a single query?
Or Switch to Java?