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 58a756c commit 5509185Copy full SHA for 5509185
README.md
@@ -15,7 +15,7 @@ repositories {
15
}
16
17
dependencies {
18
- compile 'graphql-java-servlet:graphql-java-servlet:0.5.0'
+ compile 'graphql-java-servlet:graphql-java-servlet:0.6.0'
19
20
```
21
@@ -29,4 +29,4 @@ The are a few important components this package provides:
29
them in OSGi.
30
31
Both GET and POST are supported. In POST, plain request body with a JSON is supported, as well as a multipart with a part
32
-called 'graphql'.
+called 'graphql'.
0 commit comments