-
Notifications
You must be signed in to change notification settings - Fork 348
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
Enable support for specifying custom DataFetchers #152
Conversation
64abd65
to
836ccdd
Compare
Codecov Report
@@ Coverage Diff @@
## master #152 +/- ##
============================================
- Coverage 95.8% 95.23% -0.58%
+ Complexity 153 148 -5
============================================
Files 52 55 +3
Lines 501 504 +3
Branches 103 102 -1
============================================
Hits 480 480
- Misses 5 7 +2
- Partials 16 17 +1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #152 +/- ##
============================================
+ Coverage 95.8% 96.79% +0.98%
+ Complexity 153 152 -1
============================================
Files 52 53 +1
Lines 501 499 -2
Branches 103 100 -3
============================================
+ Hits 480 483 +3
+ Misses 5 4 -1
+ Partials 16 12 -4
Continue to review full report at Codecov.
|
src/main/kotlin/com/expedia/graphql/execution/KotlinDataFetcherFactoryProvider.kt
Outdated
Show resolved
Hide resolved
* Enable coroutine support in default KotlinDataFetcher * Enable support for specifying custom DataFetchers * fix compilation errors * simplify KotlinDataFetcherFactoryProvider * add accidentally removed data fetcher tests * renaming variable name
No description provided.