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 568e1b4 commit de8910dCopy full SHA for de8910d
content/blog/getting-started-with-spring-boot.md
@@ -34,6 +34,7 @@ With GraphQL you send the following query to server to get the details for the b
34
35
This is not JSON (even if it looks remotely similar), it is a GraphQL query.
36
It basically says:
37
+
38
- query a book with a specific id
39
- get me the id, name, pageCount and author from that book
40
- for the author I want to know the firstName and lastName
0 commit comments