Tag: graphql-java-tools
-
Software Engineer-1
-1 Getting 404 not found error for /graphql endpoint.I have added configurations related to graphql ie. schema classpath, enabled graphql. I have added the required dependencies : "spring-boot-starter-graphql" and "graphql-java-tools". I have created a controller containing the @QueryMapping for querying data . I tried updating adding @Component on my Controller (saw in a post) but…