We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0d18a commit a7f85e7Copy full SHA for a7f85e7
readme.md
@@ -0,0 +1,15 @@
1
+
2
+# graphql-java-examples
3
4
+The following are a series of examples of graphql-java in action. They are intended as inspiration on how you could use
5
+graphql-java in your next project.
6
7
+## http example
8
9
+The http example is a simple Spring Boot application that serves the classic StarWars schema.
10
11
+## defer example
12
13
+The defer example is a simple Spring Boot application that demonstrates more advanced graphql
14
+performance by allowing a client to split the result into the data it needs immediately followed
15
+by the data it can `defer` to later.
0 commit comments