Skip to content

Commit 5f428d7

Browse files
committed
README updated
1 parent 15eaea3 commit 5f428d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ mutation AddBookMutation {
113113

114114
```javascript
115115
mutation DeleteBookMutation {
116-
deleteBook(_id: "62d695824e2ac4c36050f34d")
116+
deleteBook(_id: "id-of-the-book-to-delete")
117117
}
118118
```
119119

@@ -124,7 +124,7 @@ mutation UpdateBookMutation($updateId: ID!, $bookData: UpdataBookParams!) {
124124

125125
// variables
126126
{
127-
"updateId": "62d6966476c0281419c22c5f",
127+
"updateId": "id-of-the-book-to-update",
128128
"bookData": {
129129
"name": "You Don't Know ES6"
130130
}

0 commit comments

Comments
 (0)