-
Notifications
You must be signed in to change notification settings - Fork 62
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 DataLoader functionality #1566
Add DataLoader functionality #1566
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #1566 +/- ##
============================================
+ Coverage 85.42% 86.79% +1.37%
- Complexity 0 631 +631
============================================
Files 94 121 +27
Lines 6279 8628 +2349
Branches 3027 3476 +449
============================================
+ Hits 5364 7489 +2125
- Misses 848 877 +29
- Partials 67 262 +195
☔ View full report in Codecov by Sentry. |
...-plugin-tests/src/test/resources/ballerina_sources/generator_tests/24_dataloader/service.bal
Outdated
Show resolved
Hide resolved
compiler-plugin/src/main/java/io/ballerina/stdlib/graphql/compiler/Utils.java
Outdated
Show resolved
Hide resolved
native/src/main/java/io/ballerina/stdlib/graphql/runtime/engine/ArgumentHandler.java
Outdated
Show resolved
Hide resolved
native/src/main/java/io/ballerina/stdlib/graphql/runtime/engine/Engine.java
Outdated
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Purpose
Fixes: ballerina-platform/ballerina-library#4569
Examples
Checklist
commons
package changes (if there are any, please update the GraphQL version in GraphQL tools)