Skip to content

Commit

Permalink
readme improve
Browse files Browse the repository at this point in the history
  • Loading branch information
mabuonomo committed Sep 15, 2018
1 parent fba8da4 commit 1fb283e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,15 @@ Result:
}
```

## FAQ
How I can test the endpoint /api?

* If you use a browser you need a Header Modifier extension.

* In alternative you can use Postman (https://www.getpostman.com) or Insomnia (https://insomnia.rest). Insomnia supports natively graphql application (and GraphiQL explorer).

Finally set the header field: "Authorization Bearer _your_jwt_token_"

## Thanks to
* NodeJS https://nodejs.org
* TypeGraphql https://github.com/19majkel94/type-graphql
Expand Down

0 comments on commit 1fb283e

Please sign in to comment.