We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1373df + 628fe9a commit 1988ac8Copy full SHA for 1988ac8
README.md
@@ -23,7 +23,7 @@ This will add `/graphql` and `/graphiql` endpoints to your app.
23
* `root_value`: The `root_value` you want to provide to `executor.execute`.
24
* `pretty`: Whether or not you want the response to be pretty printed JSON.
25
* `executor`: The `Executor` that you want to use to execute queries.
26
- * `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
27
from a browser (a useful tool for debugging and exploration).
28
29
You can also subclass `GraphQLView` and overwrite `get_root_value(self, request)` to have a dynamic root value
0 commit comments