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: support for fields using async only extensions #444

Merged
merged 1 commit into from
Dec 23, 2023

Conversation

bellini666
Copy link
Member

Fields using extensions that only support async resolution needs to be marked as is_async = True.

Fix #433

Fields using extensions that only support async resolution needs to be
marked as `is_async = True`.

Fix #433
@bellini666 bellini666 self-assigned this Dec 22, 2023
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (15933bd) 87.71% compared to head (6a357a0) 88.01%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #444      +/-   ##
==========================================
+ Coverage   87.71%   88.01%   +0.29%     
==========================================
  Files          37       37              
  Lines        3127     3130       +3     
==========================================
+ Hits         2743     2755      +12     
+ Misses        384      375       -9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bellini666 bellini666 requested a review from patrick91 December 22, 2023 18:17
@bellini666 bellini666 merged commit a104665 into main Dec 23, 2023
55 checks passed
@bellini666 bellini666 deleted the fix_async_extensions branch December 23, 2023 18:51
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.

Execution context of field extensions attached to CUD mutation is always sync
3 participants