DEV Community

Discussion on: How to Build GraphQL Services in Java with Spring Boot

Collapse
 
ialserdamatrik profile image
Ivo

Hi Sam, very clear written example, thanks. Do you also have a nice example of a Spring Boot Graphql client project to connect to this graphql server. I see a lot of graphql client projects written in NodeJS, Android and iOS but it is hard to find it in java. I think this is because graphql is meant to use it from a frontend framework ( like apollo for android ) and it is not common to use it from a java backend environment.