From 458409d3e0c99a7dbd569922728dc88d026db235 Mon Sep 17 00:00:00 2001 From: Isaias S Alencar Date: Wed, 23 Nov 2022 01:07:19 -0300 Subject: [PATCH] Update pom.xml added dependency for using graphql in the browser. --- pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e340f02..01f5fee 100644 --- a/pom.xml +++ b/pom.xml @@ -41,6 +41,18 @@ graphql-java-tools 5.7.1 + + + com.graphql-java + graphiql-spring-boot-starter + 5.0.2 + + + + com.graphql-java-kickstart + playground-spring-boot-starter + 6.0.1 + org.springframework.boot spring-boot-starter-test @@ -63,4 +75,4 @@ - + \ No newline at end of file