Tag: Model View Controller
-
Spring Boot GraphQLQueryResolver won’t run, runs on test project
1 So I’m new into GraphQL and i got stuff running by manually setup a schemaparser and datafetchers. But I want to refactor and try out by implementing GraphQLQueryResolver to a class and controll my queries from there. I get it to work by making a new project, but with the same dependencies and should…