-
Notifications
You must be signed in to change notification settings - Fork 40
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
Comments
Upserts are definitely on the todo list ... I think this would also solve the root of the issue in #15. |
my |
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
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.
The text was updated successfully, but these errors were encountered: