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

Create and update mutations referencing not-yet-created entries #17

Open
tOgg1 opened this issue May 22, 2020 · 1 comment
Open

Create and update mutations referencing not-yet-created entries #17

tOgg1 opened this issue May 22, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@tOgg1
Copy link
Owner

tOgg1 commented May 22, 2020

One thing that would be nice to have is the possibility to create complex mutations with relations referring to objects that have not yet been created. For instance:

mutation{
    createSomething(input: {
        _id: "ID1", 
        field: "Value",
        someRelation: [{
           anotherField: "value", 
           someNonObviousRelationField: "ID1"
        }] 
   }){
      ...
   }

Clearly, this issue must include a fair bunch of complex logic to ensure all IDs are resolved before usage.

@tOgg1 tOgg1 added the enhancement New feature or request label May 22, 2020
@tOgg1 tOgg1 added this to the v0.7.0 milestone May 22, 2020
@tOgg1
Copy link
Owner Author

tOgg1 commented Dec 20, 2020

This is a larger undertaking and will be postponed for at least one release.

@tOgg1 tOgg1 self-assigned this Dec 20, 2020
@tOgg1 tOgg1 modified the milestones: v0.7.0, 0.9.0 Dec 20, 2020
@tOgg1 tOgg1 modified the milestones: 0.9.0, v0.8.0 Apr 22, 2021
@tOgg1 tOgg1 modified the milestones: v0.9.0, v1.0.0 Mar 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant