Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decide/document how to update a vertex #38

Open
buchanae opened this issue Feb 3, 2018 · 2 comments
Open

Decide/document how to update a vertex #38

buchanae opened this issue Feb 3, 2018 · 2 comments

Comments

@buchanae
Copy link

buchanae commented Feb 3, 2018

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.

@kellrott
Copy link
Member

kellrott commented Apr 9, 2018

Attempt in #45

@kellrott kellrott added this to the v0.2 milestone Apr 9, 2018
@adamstruck adamstruck removed this from the v0.5 milestone Mar 27, 2019
@adamstruck
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants