We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e8880a commit 11242d4Copy full SHA for 11242d4
README.md
@@ -0,0 +1,21 @@
1
+### GraphQl example implementation using Java.
2
+#### Dependencies
3
+```xml
4
+<!-- Graph QL Dependencies -->
5
+<dependency>
6
+ <groupId>com.graphql-java</groupId>
7
+ <artifactId>graphql-spring-boot-starter</artifactId>
8
+ <version>5.0.2</version>
9
+</dependency>
10
11
12
+ <artifactId>graphql-java-tools</artifactId>
13
+ <version>5.2.4</version>
14
15
+<!-- graphiql - Graphical Tool to run the queries -->
16
17
18
+ <artifactId>graphiql-spring-boot-starter</artifactId>
19
20
21
+```
0 commit comments