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

Commit 2cc497b

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,14 @@ Maven:
150150
<scope>runtime</scope>
151151
</dependency>
152152

153+
<!-- to embed GraphQL Playground tool -->
154+
<dependency>
155+
<groupId>com.graphql-java-kickstart</groupId>
156+
<artifactId>playground-spring-boot-starter</artifactId>
157+
<version>11.0.0</version>
158+
<scope>runtime</scope>
159+
</dependency>
160+
153161
<!-- to embed Voyager tool -->
154162
<dependency>
155163
<groupId>com.graphql-java-kickstart</groupId>

0 commit comments

Comments
 (0)