You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/introspection.rst
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@ Advanced Usage
35
35
The ``--indent`` option can be used to specify the number of indentation spaces to
36
36
be used in the output. Defaults to `None` which displays all data on a single line.
37
37
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
+
38
40
To simplify the command to ``./manage.py graphql_schema``, you can
0 commit comments