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 t did not help. I checked the auto-configuration file as well for insights.
PS: I won’t be able to provide code snippets due to restrictions
New contributor
1
Welcome to Stack Overflow! Nobody can tell you what's wrong with code we can't see. Please provide a minimal reproducible example demonstrating the problem, as well as any debugging observations you have made. To learn more about this community and how we can help you, please start with the tour and read How to Ask and its linked resources.
2 hours ago