Is there a GraphQL playground plugin available with springboot. By default graphql-spring-boot-starter gives graphiql
UI which looks very basic.
Asked
Active
Viewed 5,117 times
2

Michael George
- 647
- 9
- 15
1 Answers
-1
For GraphQL Playground in springboot add playground-spring-boot-starter :
Maven repo : https://mvnrepository.com/artifact/com.graphql-java-kickstart/playground-spring-boot-starter/5.10.0
Also there are few other interesting tools to checkout .
Alter :
Maven repo : https://mvnrepository.com/artifact/com.graphql-java-kickstart/altair-spring-boot-starter
Maven Repo : https://mvnrepository.com/artifact/com.graphql-java/voyager-spring-boot-autoconfigure

Michael George
- 647
- 9
- 15