-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
Hi,
Please see the following SO question. This happened when using Seq
and List
for properties on my CC.
I was able to step through your code, and it appears that for a List
type addVertex
proceeds to add the whole list as a property which is unsupported. Is there a way to make it iterate through and add all said items to the property the Gremlin way i.e.
g.addV("person").property("friend", "john").property("friend","joe")
Metadata
Metadata
Assignees
Labels
No labels