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

Supporting nested upsert mutations #13

Open
jptissot opened this issue Feb 5, 2019 · 4 comments
Open

Supporting nested upsert mutations #13

jptissot opened this issue Feb 5, 2019 · 4 comments

Comments

@jptissot
Copy link

jptissot commented Feb 5, 2019

I have a central entity that has many tags (via a many-many relationship). I would like to be able to easily update the list of tags in a single query. Nested upsert mutations would fix this. I currently have to manually write plpgsql functions to do so.

@mlipscombe
Copy link
Owner

Upserts are definitely on the todo list ... I think this would also solve the root of the issue in #15.

@micimize
Copy link

micimize commented Jan 19, 2020

my graphile-upsert-plugin fork is slightly more up-to-date, and includes a batch upsert plugin: https://github.com/micimize/graphile-upsert-plugin

@mitswan
Copy link

mitswan commented Jan 28, 2020

Hi @mlipscombe any chance the PR for 15/16 will close this one out too?

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

No branches or pull requests

5 participants