We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab6080 commit e559a42Copy full SHA for e559a42
docs/debug.rst
@@ -3,7 +3,7 @@ Django Debug Middleware
3
4
You can debug your GraphQL queries in a similar way to
5
`django-debug-toolbar <https://django-debug-toolbar.readthedocs.org/>`__,
6
-but outputing in the results in GraphQL response as fields, instead of
+but outputting in the results in GraphQL response as fields, instead of
7
the graphical HTML interface.
8
9
For that, you will need to add the plugin in your graphene schema.
@@ -43,7 +43,7 @@ And in your ``settings.py``:
43
Querying
44
--------
45
46
-You can query it for outputing all the sql transactions that happened in
+You can query it for outputting all the sql transactions that happened in
47
the GraphQL request, like:
48
49
.. code::
0 commit comments