|
1 | 1 | # GraphQL and Graph*i*QL Spring Framework Boot Starters |
2 | 2 |
|
3 | 3 | [](https://maven-badges.herokuapp.com/maven-central/com.graphql-java-kickstart/graphql-spring-boot-starter) |
4 | | -[](https://github.com/graphql-java-kickstart/graphql-spring-boot/actions?query=workflow%3ACI+branch%3Amaster) |
| 4 | +[](https://github.com/graphql-java-kickstart/graphql-spring-boot/actions/workflows/ci.yml?query=workflow%3ACI+branch%3Amaster) |
5 | 5 | [](https://sonarcloud.io/dashboard?id=graphql-java-kickstart_graphql-spring-boot) |
| 6 | +[](https://github.com/graphql-java-kickstart/graphql-spring-boot/graphs/contributors) |
| 7 | +[](https://github.com/graphql-java-kickstart/graphql-spring-boot/discussions) |
| 8 | + |
6 | 9 |
|
7 | 10 | #### We are looking for contributors! |
8 | 11 |
|
@@ -117,6 +120,9 @@ dependencies { |
117 | 120 | // to embed GraphiQL tool |
118 | 121 | runtimeOnly 'com.graphql-java-kickstart:graphiql-spring-boot-starter:11.0.0' |
119 | 122 |
|
| 123 | + // to embed GraphQL Playground tool |
| 124 | + runtimeOnly 'com.graphql-java-kickstart:playground-spring-boot-starter:11.0.0' |
| 125 | +
|
120 | 126 | // to embed Voyager tool |
121 | 127 | runtimeOnly 'com.graphql-java-kickstart:voyager-spring-boot-starter:11.0.0' |
122 | 128 | |
@@ -150,6 +156,14 @@ Maven: |
150 | 156 | <scope>runtime</scope> |
151 | 157 | </dependency> |
152 | 158 |
|
| 159 | +<!-- to embed GraphQL Playground tool --> |
| 160 | +<dependency> |
| 161 | + <groupId>com.graphql-java-kickstart</groupId> |
| 162 | + <artifactId>playground-spring-boot-starter</artifactId> |
| 163 | + <version>11.0.0</version> |
| 164 | + <scope>runtime</scope> |
| 165 | +</dependency> |
| 166 | + |
153 | 167 | <!-- to embed Voyager tool --> |
154 | 168 | <dependency> |
155 | 169 | <groupId>com.graphql-java-kickstart</groupId> |
|
0 commit comments