DEV Community

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

Collapse
 
abdel777 profile image
abdellah Frindou • Edited

it works now, it was enough to write localhost:8080 without adding /graphiql. but can you please explain more how that happend. i mean just writing petshop.graphqls and the resolvers and that was enough to get the data. How the process is that he know this file(petshop.graphqls) and parse it to a java Object. is it possible to add more .graphqls files and interaction between them.