We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b085b59 commit def6b15Copy full SHA for def6b15
docs/introspection.rst
@@ -44,7 +44,8 @@ specify the parameters in your settings.py:
44
45
GRAPHENE = {
46
'SCHEMA': 'tutorial.quickstart.schema',
47
- 'SCHEMA_OUTPUT': 'data/schema.json' # defaults to schema.json
+ 'SCHEMA_OUTPUT': 'data/schema.json', # defaults to schema.json,
48
+ 'SCHEMA_INDENT': 2, # Defaults to None (displays all data on a single line)
49
}
50
51
0 commit comments