mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-22 01:27:01 +03:00
docs: fix simple typo, outputing -> outputting (#1077)
There is a small typo in docs/debug.rst. Should read `outputting` rather than `outputing`.
This commit is contained in:
parent
dab6080fcf
commit
e559a42374
|
@ -3,7 +3,7 @@ Django Debug Middleware
|
||||||
|
|
||||||
You can debug your GraphQL queries in a similar way to
|
You can debug your GraphQL queries in a similar way to
|
||||||
`django-debug-toolbar <https://django-debug-toolbar.readthedocs.org/>`__,
|
`django-debug-toolbar <https://django-debug-toolbar.readthedocs.org/>`__,
|
||||||
but outputing in the results in GraphQL response as fields, instead of
|
but outputting in the results in GraphQL response as fields, instead of
|
||||||
the graphical HTML interface.
|
the graphical HTML interface.
|
||||||
|
|
||||||
For that, you will need to add the plugin in your graphene schema.
|
For that, you will need to add the plugin in your graphene schema.
|
||||||
|
@ -43,7 +43,7 @@ And in your ``settings.py``:
|
||||||
Querying
|
Querying
|
||||||
--------
|
--------
|
||||||
|
|
||||||
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
|
||||||
the GraphQL request, like:
|
the GraphQL request, like:
|
||||||
|
|
||||||
.. code::
|
.. code::
|
||||||
|
|
Loading…
Reference in New Issue
Block a user