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 e5e3b95 commit bdf91f6Copy full SHA for bdf91f6
readme.md
@@ -13,3 +13,7 @@ The http example is a simple Spring Boot application that serves the classic Sta
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.
16
+
17
+## Spring Boot integration example
18
19
+This shows how to integrate GraphQL Java with Spring Boot.
0 commit comments