-
Notifications
You must be signed in to change notification settings - Fork 357
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
Gh-3324: Add OperationChainValidator to FedStore POC #3325
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3325 +/- ##
=============================================
- Coverage 67.90% 67.90% -0.01%
Complexity 2597 2597
=============================================
Files 952 953 +1
Lines 30492 30498 +6
Branches 3363 3363
=============================================
+ Hits 20707 20711 +4
- Misses 8310 8312 +2
Partials 1475 1475 ☔ View full report in Codecov by Sentry. |
|
Adds a custom OperationChainValidator that overrides getSchema to use the graph's merged schemas when handling Operation Chains.
Related issue