【发布时间】:2021-05-13 00:40:32
【问题描述】:
springboot 是否有可用的 GraphQL 游乐场插件。默认情况下,graphql-spring-boot-starter 提供了graphiql UI,看起来非常基本。
【问题讨论】:
标签: java spring-boot graphql voyager graphql-playground
springboot 是否有可用的 GraphQL 游乐场插件。默认情况下,graphql-spring-boot-starter 提供了graphiql UI,看起来非常基本。
【问题讨论】:
标签: java spring-boot graphql voyager graphql-playground
对于 GraphQL Playground 在 springboot 添加 playground-spring-boot-starter :
Maven 仓库:https://mvnrepository.com/artifact/com.graphql-java-kickstart/playground-spring-boot-starter/5.10.0
还有一些其他有趣的结账工具。
Maven 仓库:https://mvnrepository.com/artifact/com.graphql-java-kickstart/altair-spring-boot-starter
Maven 仓库:https://mvnrepository.com/artifact/com.graphql-java/voyager-spring-boot-autoconfigure
【讨论】: