You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
-
# THIS IS STILL WIP AND NOT RELEASED YET
2
1
# GraphQL Java Spring
3
2
3
+
## Status
4
+
5
+
Version 1.0 is released.
6
+
7
+
See [release notes]()
4
8
5
9
This project integrates [GraphQL Java](https://github.com/graphql-java/graphql-java) into Spring/Spring Boot, by enabling query execution via HTTP.
6
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.
0 commit comments