Netflix / dgs-federation-example

Apache License 2.0
108 stars 43 forks source link

Use DGS can not load graphiql #390

Closed antz-H closed 5 months ago

antz-H commented 5 months ago
   <dependency>
            <groupId>com.netflix.graphql.dgs</groupId>
            <artifactId>graphql-dgs-spring-boot-starter</artifactId>
            <version>8.5.6</version>
        </dependency>

I use the verison and i have configured the dgs.graphql.graphiql.enabled=true.

But they still don't work, like this.

image

Could anyone help me ? why? Thanks a lot.

antz-H commented 5 months ago
<dependency>
            <groupId>com.netflix.graphql.dgs</groupId>
            <artifactId>graphql-dgs-spring-graphql-starter</artifactId>
        </dependency>

use this ,that okay