How to insert embedded list in oreintDB2.2 using graph API?

335 views Asked by At

I am aware of inserting the embedded list as a document with Document API.As an implementation I choose Graph API and want to know if there is direct way to store an embedded list (records) directly in Graph Vertex. It is feasible to create a separate Vertex for each element in the embedded record and create a link between these Vertices but I am looking to have one vertex with all the details.

1

There are 1 answers

1
Claudio Massi On