Using the Try Monad for Exception Handling in GraphQL-Java

In this blog post I will go through some practical examples of using the Try monad for exception handling in Java. The purpose is to see how we can write more functional code in a non-functional but widely adopted language such as Java. Read more

Similar