-
-
Notifications
You must be signed in to change notification settings - Fork 543
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
Add extensions support to federation.field #3239
Add extensions support to federation.field #3239
Conversation
Thanks for adding the Here's a preview of the changelog: Adds an optional Example: strawberry.federation.field(extensions=[InputMutationExtension()]) Here's the tweet text:
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3239 +/- ##
=======================================
Coverage 96.59% 96.60%
=======================================
Files 481 482 +1
Lines 29928 29952 +24
Branches 3691 3694 +3
=======================================
+ Hits 28910 28935 +25
+ Misses 834 833 -1
Partials 184 184 |
CodSpeed Performance ReportMerging #3239 will not alter performanceComparing Summary
|
Maintainers please advise on the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one! thank you so much 😊
Description
Adds an optional
extensions
parameter tostrawberry.federation.field
, with default valueNone
. The key is passed through tostrawberry.field
, so the functionality is exactly as described here.Example:
Types of Changes
Issues Fixed or Closed by This PR
n/a
Checklist