grip icon indicating copy to clipboard operation
grip copied to clipboard

Decide/document how to update a vertex

Open buchanae opened this issue 7 years ago • 2 comments

Currently, updating an existing vertex requires first calling Get, then calling Add.

That's perfectly fine; for example, Google Datastore has this behavior. It should be at least documented.

If you want, you could also provide an upsert option.

buchanae avatar Feb 03 '18 03:02 buchanae

Attempt in #45

kellrott avatar Apr 09 '18 17:04 kellrott

We seem to have settled on the Get / Add approach for modifying a vertex. This still needs to be described in the documentation.

adamstruck avatar Jun 18 '19 17:06 adamstruck