-
-
Notifications
You must be signed in to change notification settings - Fork 39
Updates for the latest GraphQL.NET bits #191
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
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #191 +/- ##
===========================================
- Coverage 83.60% 80.34% -3.26%
===========================================
Files 9 10 +1
Lines 250 290 +40
Branches 41 46 +5
===========================================
+ Hits 209 233 +24
- Misses 32 45 +13
- Partials 9 12 +3
Continue to review full report at Codecov.
|
Shane32
left a comment
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.
I think, either in this PR or another, we should also include the input extensions
| public System.Collections.Generic.IReadOnlyDictionary<string, object>? Inputs { get; set; } | ||
| public System.Security.Claims.ClaimsPrincipal? User { get; set; } | ||
| public System.Collections.Generic.IDictionary<string, object?>? UserContext { get; set; } | ||
| public GraphQL.Inputs? Variables { get; set; } |
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.
Needs extensions also?
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.
IDocumentValidator has no access to extensions. Another PR.
No description provided.