Spring Graphql added an variant for the reactive/webflux implementations. I hope the upstream project can consider ReactiveStreams API(Publisher) and Kotlin Couroutines(suspend fun or Flow) as alternatives of the existing return type( Java 8 CompletionStage) of a BatchLoader or MappedBatchLoader.
Spring Graphql added an variant for the reactive/webflux implementations. I hope the upstream project can consider ReactiveStreams API(
Publisher) and Kotlin Couroutines(suspend funorFlow) as alternatives of the existing return type( Java 8CompletionStage) of a BatchLoader or MappedBatchLoader.