Skip to content

Commit a0b32eb

Browse files
authored
Merge pull request #2 from davidpodhola/patch-2
use the correct field (hello) in the GraphQL sample
2 parents c6ac64d + 9f23b16 commit a0b32eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/servlet/getting-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ In this case the URL to post the GraphQL query to is http://localhost:8080/graph
121121
The following GraphQL query is what the example implementation supports:
122122
```gradle
123123
query {
124-
test
124+
hello
125125
}
126126
```
127127
Our Hello Servlet will respond with:

0 commit comments

Comments
 (0)