diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 0cca3b393..3ddb3b766 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -7,7 +7,7 @@ plugins { id("com.bnorm.power.kotlin-power-assert") } -val graphqlJavaVersion = "0.0.0-2024-06-28T04-37-51-99ec596" +val graphqlJavaVersion = "0.0.0-2024-09-03T03-36-42-d6dbf61" val slf4jVersion = "1.7.25" dependencies { diff --git a/lib/src/main/java/graphql/nadel/engine/NadelIncrementalResultSupport.kt b/lib/src/main/java/graphql/nadel/engine/NadelIncrementalResultSupport.kt index 0de454cd6..af6f28ffa 100644 --- a/lib/src/main/java/graphql/nadel/engine/NadelIncrementalResultSupport.kt +++ b/lib/src/main/java/graphql/nadel/engine/NadelIncrementalResultSupport.kt @@ -156,8 +156,10 @@ class NadelIncrementalResultSupport internal constructor( coroutineScope.cancel() } - // We have to return hasNext=false to indicate to clients that there's no more data coming. - // Note: the spec allows an empty payload which only contains hastNext=false to be returned. + /** + * We have to return hasNext=false to indicate to clients that there's no more data coming. + * Note: the spec allows an empty payload which only contains hastNext=false to be returned. + */ private fun emptyLastResult(): DelayedIncrementalPartialResult { return DelayedIncrementalPartialResultImpl.newIncrementalExecutionResult() .incrementalItems(emptyList())