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
We are happy to release the first version of the GraphQL Java Spring (Boot) project.
10
+
11
+
As [described before](https://www.graphql-java.com/blog/graphql-java-aims-to-be-used-directly/) this project
12
+
complements the GraphQL Java core project if you build a fully operational GraphQL server with Spring.
13
+
14
+
Currently it supports GET and POST requests and allows for some basic customization.
15
+
16
+
In future we are looking into supporting more advanced features like file upload or subscriptions.
17
+
18
+
As always contributions are more than welcome and we are hoping to grow this project together with the
19
+
community: please open a [new issue](https://github.com/graphql-java/graphql-java-spring/issues/new) or leave a comment on [spectrum chat](https://spectrum.chat/graphql-java) about your wishes.
20
+
21
+
More details on how to use it can be found on the github page: https://github.com/graphql-java/graphql-java-spring
0 commit comments