diff --git a/README.md b/README.md index 0480e53..fb6fdc9 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,13 @@ Update: Upgraded to Java 11 and Graph QL to 5+ version dependency ``` - Usage for `book` ``` - { +{ book(id: "123") { title authors publisher } + } ``` - Combination of both `allBooks` and `book` ```