You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is precisely why nested mutations are a bad idea and not recommended btw. This is not a bug in Strawberry, it's an artefact of how the GraphQL execution algorithm works.
Describe the Bug
Mutating a parent result in child fields would not mirror in the parent field when using async resolvers.
MRE:
Strawberry
Mutation
result
The
isEaten
field is not coherent. Note that with sync revolvers there is no issue.System Information
Additional Context
playground:
https://play.strawberry.rocks/?version=0.130.3&gist=579e22e3452224b747cbe7c38fa68812
Related issues:
graphql/graphql-js#221
apollographql/apollo-server#3635
The text was updated successfully, but these errors were encountered: