Skip to content

Commit a7f85e7

Browse files
committed
added top level readme
1 parent fc0d18a commit a7f85e7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

readme.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)