Skip to content

Commit

Permalink
Merge pull request #11 from rafaelcaricio/patch-1
Browse files Browse the repository at this point in the history
Fix typo in link format in README.md
  • Loading branch information
syrusakbary committed Sep 23, 2016
2 parents e1373df + 628fe9a commit 1988ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This will add `/graphql` and `/graphiql` endpoints to your app.
* `root_value`: The `root_value` you want to provide to `executor.execute`.
* `pretty`: Whether or not you want the response to be pretty printed JSON.
* `executor`: The `Executor` that you want to use to execute queries.
* `graphiql`: If `True`, may present [GraphiQL][https://github.com/graphql/graphiql] when loaded directly
* `graphiql`: If `True`, may present [GraphiQL](https://github.com/graphql/graphiql) when loaded directly
from a browser (a useful tool for debugging and exploration).

You can also subclass `GraphQLView` and overwrite `get_root_value(self, request)` to have a dynamic root value
Expand Down

0 comments on commit 1988ac8

Please sign in to comment.