How to update a vertex? #709
-
I am getting the following error when trying to do a vertex update (I am using CosmosDb provider if that makes a difference):
Sample code:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Unfortunately you omitted how you setup Gremlinq, but make sure you exclude the partition key from updates (either by using this or this) |
Beta Was this translation helpful? Give feedback.
-
I tried using this as you recommended and it solved this problem. However is there a particular reason why using the same base classes for vertices and edges leads to this error?
|
Beta Was this translation helpful? Give feedback.
Unfortunately you omitted how you setup Gremlinq, but make sure you exclude the partition key from updates (either by using this or this)