-
-
Notifications
You must be signed in to change notification settings - Fork 750
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
Fixed result formatting when non-null root field becomes null. #6844
Conversation
Qodana for .NET13 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]
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6844 +/- ##
==========================================
+ Coverage 70.16% 73.02% +2.86%
==========================================
Files 2485 2499 +14
Lines 125521 126157 +636
==========================================
+ Hits 88067 92122 +4055
+ Misses 37454 34035 -3419
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Release 13.9.0 contains a change [1] that affects the response format when a non-nullable root field cannot be retrieved. Previously the `data` property would be omitted in these cases, now it is included with a null value. [1] ChilliCream/graphql-platform#6844
No description provided.