Skip to content

Commit def6b15

Browse files
bjacksonjkimbo
authored andcommitted
Update schema introspection docs to show SCHEMA_INDENT option (#802)
* Update schema introspection docs to show indent settings * fix whitespace
1 parent b085b59 commit def6b15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/introspection.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ specify the parameters in your settings.py:
4444
4545
GRAPHENE = {
4646
'SCHEMA': 'tutorial.quickstart.schema',
47-
'SCHEMA_OUTPUT': 'data/schema.json' # defaults to schema.json
47+
'SCHEMA_OUTPUT': 'data/schema.json', # defaults to schema.json,
48+
'SCHEMA_INDENT': 2, # Defaults to None (displays all data on a single line)
4849
}
4950
5051

0 commit comments

Comments
 (0)