Skip to content

Commit 0aa1046

Browse files
add documentation for grapql_schema --watch
1 parent 044d86f commit 0aa1046

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/introspection.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Advanced Usage
3535
The ``--indent`` option can be used to specify the number of indentation spaces to
3636
be used in the output. Defaults to `None` which displays all data on a single line.
3737

38+
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
39+
3840
To simplify the command to ``./manage.py graphql_schema``, you can
3941
specify the parameters in your settings.py:
4042

0 commit comments

Comments
 (0)