-
Notifications
You must be signed in to change notification settings - Fork 1.1k
make dataloader work inside defer blocks #3980
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
Test Results 316 files ± 0 316 suites ±0 2m 26s ⏱️ ±0s Results for commit a7cc794. ± Comparison against base commit 9ac3e63. This pull request removes 192 and adds 1172 tests. Note that renamed tests count towards both.
This pull request skips 4 tests.
♻️ This comment has been updated with latest results. |
src/test/groovy/graphql/execution/instrumentation/dataloader/DeferWithDataLoaderTest.groovy
Outdated
Show resolved
Hide resolved
src/test/groovy/graphql/execution/incremental/IncrementalCallStateDeferTest.groovy
Outdated
Show resolved
Hide resolved
src/main/java/graphql/execution/incremental/DeferredCallContext.java
Outdated
Show resolved
Hide resolved
src/main/java/graphql/execution/incremental/DeferredExecutionSupport.java
Show resolved
Hide resolved
* The expected field fetch count is accurate when all execute object calls happened | ||
* The expected execute object count is accurate when all sub selections fetched | ||
* are done in the previous level | ||
* A general overview of teh tracked data: |
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.
typo: "the"
No description provided.