File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ This will add `/graphql` and `/graphiql` endpoints to your app.
23
23
* ` root_value ` : The ` root_value ` you want to provide to ` executor.execute ` .
24
24
* ` pretty ` : Whether or not you want the response to be pretty printed JSON.
25
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
26
+ * ` graphiql ` : If ` True ` , may present [ GraphiQL] ( https://github.com/graphql/graphiql ) when loaded directly
27
27
from a browser (a useful tool for debugging and exploration).
28
28
29
29
You can also subclass ` GraphQLView ` and overwrite ` get_root_value(self, request) ` to have a dynamic root value
You can’t perform that action at this time.
0 commit comments