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())