Let's Make A DnD Character: Part 5
GraphQL in Java
Time to play around with the first bit of new tech: GraphQL. Since I have all of the character creator logic already written in my Spring Boot Java app, I figured I will just expand on that and see how hard it would be to migrate a REST API to a GraphQL one. The first step for all of my API work is the spec.
GraphQL Spec We already made a swagger spec in Part 1, so most of the work is already done here.
[Read More]