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 e84a05b commit 6cb9090Copy full SHA for 6cb9090
README.md
@@ -275,16 +275,9 @@ query {
275
Headers:
276
277
```json
278
-query {
279
- me {
280
- id
281
- email
282
- password
283
- username
284
- posts {
285
- title
286
- }
287
+{
+ "Authorization": "Bearer 7|SFHqazMxgtULjxDJx40qtdQomwYpIOYiKARXvdZP",
+ "Accept": "application/json"
288
}
289
```
290
- Get user's own posts: Retrieve a list of blog posts created by the currently logged-in user.
0 commit comments