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

Fix scoping of context for mutations #1549

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ruudk
Copy link
Contributor

@ruudk ruudk commented Mar 24, 2024

In #1385 we introduced the ScopedContext interface. When implemented on the Context, it would clone the context down to it's children.

This works great for queries. But mutations are executed serially. I forgot to call maybeScopeContext there.

This fixes the problem, and adds a test to guard it.it would clone the context down to it's children.

In webonyx#1385 we introduced the `ScopedContext` interface. When implemented on the Context, it would clone
the context down to it's children.

This works great for queries. But mutations are executed serially. I forgot to call `maybeScopeContext` there.

This fixes the problem, and adds a test to guard it.it would clone the context down to it's children.
@ruudk
Copy link
Contributor Author

ruudk commented Mar 26, 2024

@spawnia This one is ready for review, when you have time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant