mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-13 17:52:19 +03:00
add documentation for grapql_schema --watch
This commit is contained in:
parent
044d86fd66
commit
0aa10460eb
|
@ -35,6 +35,8 @@ Advanced Usage
|
||||||
The ``--indent`` option can be used to specify the number of indentation spaces to
|
The ``--indent`` option can be used to specify the number of indentation spaces to
|
||||||
be used in the output. Defaults to `None` which displays all data on a single line.
|
be used in the output. Defaults to `None` which displays all data on a single line.
|
||||||
|
|
||||||
|
The ``--watch`` option can be used to run ``./manage.py graphql_schema`` in watch mode, where it will automatically output a new schema every time there are file changes in your project
|
||||||
|
|
||||||
To simplify the command to ``./manage.py graphql_schema``, you can
|
To simplify the command to ``./manage.py graphql_schema``, you can
|
||||||
specify the parameters in your settings.py:
|
specify the parameters in your settings.py:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user