Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 887e34e

Browse files
committed
Adding details on how to add GraphQL Playground starter
1 parent 2cc497b commit 887e34e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Maven Central](https://img.shields.io/maven-central/v/com.graphql-java-kickstart/graphql-spring-boot-starter.svg)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java-kickstart/graphql-spring-boot-starter)
44
[![GitHub CI Workflow](https://github.com/graphql-java-kickstart/graphql-spring-boot/workflows/ci/badge.svg)](https://github.com/graphql-java-kickstart/graphql-spring-boot/actions?query=workflow%3ACI+branch%3Amaster)
55
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=graphql-java-kickstart_graphql-spring-boot&metric=alert_status)](https://sonarcloud.io/dashboard?id=graphql-java-kickstart_graphql-spring-boot)
6+
[![GitHub contributors](https://img.shields.io/github/contributors/graphql-java-kickstart/graphql-spring-boot)](https://img.shields.io/github/contributors/graphql-java-kickstart/graphql-spring-boot)
67

78
#### We are looking for contributors!
89

@@ -117,6 +118,9 @@ dependencies {
117118
// to embed GraphiQL tool
118119
runtimeOnly 'com.graphql-java-kickstart:graphiql-spring-boot-starter:11.0.0'
119120
121+
// to embed GraphQL Playground tool
122+
runtimeOnly 'com.graphql-java-kickstart:playground-spring-boot-starter:11.0.0'
123+
120124
// to embed Voyager tool
121125
runtimeOnly 'com.graphql-java-kickstart:voyager-spring-boot-starter:11.0.0'
122126

0 commit comments

Comments
 (0)