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

Support for multi-mutation requests to modify the same data #251

Open
maximiliancsuk opened this issue Aug 2, 2022 · 0 comments
Open

Support for multi-mutation requests to modify the same data #251

maximiliancsuk opened this issue Aug 2, 2022 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request GraphQL API
Milestone

Comments

@maximiliancsuk
Copy link
Collaborator

When performing a multi-mutation request, if two (or more) mutations affect the same attribute or relation (same name, ci and layer), the request fails because of a duplicate key violation in the database.

What's probably necessary is a mechanism to merge the operations of multiple mutations into one.

@maximiliancsuk maximiliancsuk added bug Something isn't working enhancement New feature or request GraphQL API labels Aug 2, 2022
@maximiliancsuk maximiliancsuk added this to the Backlog milestone Aug 2, 2022
@maximiliancsuk maximiliancsuk self-assigned this Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request GraphQL API
Projects
None yet
Development

No branches or pull requests

1 participant