There was an error while loading. Please reload this page.
2 parents c6ac64d + 9f23b16 commit a0b32ebCopy full SHA for a0b32eb
content/servlet/getting-started/index.md
@@ -121,7 +121,7 @@ In this case the URL to post the GraphQL query to is http://localhost:8080/graph
121
The following GraphQL query is what the example implementation supports:
122
```gradle
123
query {
124
- test
+ hello
125
}
126
```
127
Our Hello Servlet will respond with:
0 commit comments