i'm using Spring For GraphQL dependency to work with graphql with my spring boot application, but when i run the app the expected behavior is the noted in here.
I evidently placed the property in the application.properties like this:
spring.graphql.graphiql.enabled=true
i saw a similar problem in here, but using devtools or not, when i run the application either in jar file or in debug mode graphiql is not working, i would appreciate an answer.