We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5defc commit 598be6aCopy full SHA for 598be6a
src/test/groovy/graphql/execution/instrumentation/InstrumentationTest.groovy
@@ -560,6 +560,7 @@ class InstrumentationTest extends Specification {
560
"end:field-hero",
561
"end:execution-strategy",
562
"end:execute-operation",
563
+ "start:reactive-results-defer",
564
"end:execution",
565
//
566
// the deferred field resolving now happens after the operation has come back
@@ -571,6 +572,8 @@ class InstrumentationTest extends Specification {
571
572
"end:complete-name",
573
"end:field-name",
574
"end:deferred-field-name",
575
+
576
+ "end:reactive-results-defer",
577
]
578
}
579
0 commit comments