aabarmin / epam-microservices-training-2022

Apache License 2.0
14 stars 15 forks source link

[help needed] how to access GraphiQL in microservice-graphql app? #22

Closed naXa777 closed 12 months ago

naXa777 commented 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?

image

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
aabarmin commented 12 months ago

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.