How to implement reactor Flux in expediagroup graphql like Mono?
I am trying to write datafetcher for Flux in similar fashion as Mono and used the below code to return a CompletableFuture, but this always returns null.? HOw to support Flux in graphql expediagroup