BreakMeEveryday commented on issue #2535:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2535#issuecomment-2094756229

   @dosu
   Hi, when the vertex id strategy is UUID, how to construct an edge relation 
between two vertex? Here is my operation that using EdgeAPI 
`/graphs/hugegraph/graph/edges` but has an exception throwed. why there is 
"Invalid vertex id '123e4567-e89b-12d3-a456-426614174000'"?
   ```shell
   {
       "label": "friend",
       "outV": "123e4567-e89b-12d3-a456-426614174000",
       "inV": "123e4567-e89b-12d3-a456-426614174001",
       "outVLabel": "person_id",
       "inVLabel": "person_id",
       "properties": {}
   }
   ```
   ```json
   {
       "exception": "class java.lang.IllegalArgumentException",
       "message": "Invalid vertex id '123e4567-e89b-12d3-a456-426614174000'",
       "cause": ""
   }
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to