Skip to content

bugfix: fix mutations data loading dispatching when defer is enabled #3994

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

Merged
merged 1 commit into from
May 30, 2025

Conversation

andimarek
Copy link
Member

This is a port of the mutation data loading #3737 for the case when defer is enabled.

When defer is enabled and dataloading is used for mutations the execution will hang and the dataloader will not be dispatched. Important that defer only needs to be enabled, even when there is no defer used, this bug occurs.

This is a special fix for 24: On master (next release of GJ) we will not have any separate dispatching strategy anymore for defer and this bug doesn't exist.

@andimarek andimarek added this to the 24.1 milestone May 30, 2025
Copy link
Contributor

github-actions bot commented May 30, 2025

Test Results

  312 files    312 suites   53s ⏱️
3 609 tests 3 604 ✅ 5 💤 0 ❌
3 698 runs  3 693 ✅ 5 💤 0 ❌

Results for commit 37aa318.

♻️ This comment has been updated with latest results.

@andimarek andimarek merged commit 1db8cf4 into 24.x May 30, 2025
2 of 3 checks passed
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.

3 participants