Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Stephenson committed Mar 14, 2017
1 parent a045ac3 commit e79e9c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -54,6 +54,7 @@ Because of the way Chrome Devtool extensions work, you'll need to have the Graph
Additionally, the extension will only pick up requests that send the `Content-Type` header with:
* `application/graphql`
* `application/json` where the GraphQL query is in an object parameter called `query`
* `application/x-www-form-urlencoded` where the GraphQL query is in a parameter called `query`

Since GraphQL is fairly new, consensus hasn't exactly been reached on the best way to make queries, if you think another way should be supported, send a PR or open an issue.

Expand Down

0 comments on commit e79e9c7

Please sign in to comment.