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

Merged
merged 1 commit into from
Jun 10, 2024

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.

@ruudk
Copy link
Contributor Author

ruudk commented Jun 10, 2024

@spawnia You are probably busy. Do you have time for a review? Or is there anybody else that can do it?

@spawnia spawnia merged commit 45305d2 into webonyx:master Jun 10, 2024
11 checks passed
@ruudk ruudk deleted the scope-context-for-mutations branch June 10, 2024 08:44
@spawnia
Copy link
Collaborator

spawnia commented Jun 10, 2024

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.

2 participants