Software Engineer-1

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 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

SAKSHI BISEN is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

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.

    – David

    2 hours ago

0



Leave a Reply

Your email address will not be published. Required fields are marked *