Skip to content
This repository was archived by the owner on Oct 25, 2021. It is now read-only.

Commit 274811e

Browse files
committed
update README
1 parent de3b16c commit 274811e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# THIS IS STILL WIP AND NOT RELEASED YET
21
# GraphQL Java Spring
32

3+
## Status
4+
5+
Version 1.0 is released.
6+
7+
See [release notes]()
48

59
This project integrates [GraphQL Java](https://github.com/graphql-java/graphql-java) into Spring/Spring Boot, by enabling query execution via HTTP.
610

@@ -13,9 +17,6 @@ Goals / Design:
1317
- Minimal Dependencies: the only dependencies are GraphQL Java and Spring projects (including Jackson for JSON handling).
1418
- No additional abstraction layer on top of GraphQL Java: GraphQL Java is meant to be used directly.
1519

16-
## Status
17-
18-
Version 1.0 is released.
1920

2021
## Supported HTTP Requests
2122

0 commit comments

Comments
 (0)