Hi, I tried to find out some Gremlin example but nothing. Is it possible add, in a single edge property a collection (like a list) of values? For instance:
Then I should be able to traverse, using one of the values contained in the list 1, 2, or 4. The only way to overtake that, I creted multiple edges, each with the property value from the list 1, 2 or 4. But I should create only one edge with the list.