Skip to content

Commit 016d986

Browse files
committed
README file is updated
1 parent df616bc commit 016d986

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,3 +192,14 @@ mutation UpdateAuthorMutation(
192192
}
193193
}
194194
```
195+
196+
**POST** /url-of-the-deployed-lambda/graphql
197+
198+
```javascript
199+
query CreateTokenQuery{
200+
// these are the only possible username and password
201+
createToken(username: "admin", password: "admin123") {
202+
token
203+
}
204+
}
205+
```

0 commit comments

Comments
 (0)