Closed naXa777 closed 1 year ago
I'd like to use GraphiQL for testing the microservice-graphql manually. I see it's listed in the dependencies:
<dependency> <groupId>com.graphql-java</groupId> <artifactId>graphiql-spring-boot-starter</artifactId> </dependency>
But I don't know how to find it. Is it even exposed?
I've tried to enable this feature in application.yml as documented here, but I don't see any effect. Please help!
spring: graphql: graphiql: enabled: true
Hi @naXa777
It seems, after migration of all the services to Spring Boot 3 GraphiQL stopped to work. Let me fix it in a mean while.
I'd like to use GraphiQL for testing the microservice-graphql manually. I see it's listed in the dependencies:
But I don't know how to find it. Is it even exposed?
I've tried to enable this feature in application.yml as documented here, but I don't see any effect. Please help!