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

Nested create mutation #143

Open
karatakis opened this issue Aug 8, 2023 · 0 comments · May be fixed by SeaQL/sea-orm#2493 or #187
Open

Nested create mutation #143

karatakis opened this issue Aug 8, 2023 · 0 comments · May be fixed by SeaQL/sea-orm#2493 or #187
Labels
enhancement New feature or request

Comments

@karatakis
Copy link
Collaborator

Motivation

In sql you can create multiple items in one transaction. This can be achieved in graphql using nested objects structure.

Proposed Solutions

Create new module for nested object create mutation

Additional Information

Maybe it will be possible to extend this for the update mutation ?

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