Is there an efficient way to see how many edges and verticies were created in a gremlin Upsert?

后端 未结 0 1562
名媛妹妹
名媛妹妹 2021-01-23 07:16

Using a query like the following

g.V().has(\'person\',\'name\',\'marko\').
           fold().
           coalesce(unfold(),
                    addV(\'person\').p         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题