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 de3b16c commit 274811eCopy full SHA for 274811e
1 file changed
README.md
@@ -1,6 +1,10 @@
1
-# THIS IS STILL WIP AND NOT RELEASED YET
2
# GraphQL Java Spring
3
+## Status
4
+
5
+Version 1.0 is released.
6
7
+See [release notes]()
8
9
This project integrates [GraphQL Java](https://github.com/graphql-java/graphql-java) into Spring/Spring Boot, by enabling query execution via HTTP.
10
@@ -13,9 +17,6 @@ Goals / Design:
13
17
- Minimal Dependencies: the only dependencies are GraphQL Java and Spring projects (including Jackson for JSON handling).
14
18
- No additional abstraction layer on top of GraphQL Java: GraphQL Java is meant to be used directly.
15
19
16
-## Status
-
-Version 1.0 is released.
20
21
## Supported HTTP Requests
22
0 commit comments