-
-
Notifications
You must be signed in to change notification settings - Fork 749
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
WIP: Apollo Federation V2 merge #6769
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6769 +/- ##
==========================================
+ Coverage 70.89% 70.94% +0.05%
==========================================
Files 2520 2520
Lines 126678 126686 +8
==========================================
+ Hits 89805 89877 +72
+ Misses 36873 36809 -64
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Qodana for .NET19 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at [email protected]
|
Some notes on the unsupported / untested features of Apollo Federation V2: Selective directive imports is not easily configurable currently, and could be used in tests. Renaming imports is not supported. Namespacing doesn't work either, pretty sure? Not sure about Shareable needs a test to make sure it's applied to all fields of an object. Validation for inaccessible (fields returning inaccessible must be inaccessible). Maybe should add optional cascading behavior here? External has functional implications (it shouldn't allow accessing the field by default), but I think it's not respected. Not sure if
There are unimplemented directives for 2.6: |
…reflection in statics
Superseded by #6837 |
No description provided.