noob java question: is the difference between `Dat...
# troubleshoot
f
noob java question: is the difference between
DataFetcher<CompletableFuture<String>>
and
DataFetcher<CompletableFuture<Boolean>>
the return type (the first returns a string and second returns a boolean)?
f
thanks 1