mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-10 19:57:15 +03:00
Update schema introspection docs to show SCHEMA_INDENT option (#802)
* Update schema introspection docs to show indent settings * fix whitespace
This commit is contained in:
parent
b085b5922a
commit
def6b15e5b
|
@ -44,7 +44,8 @@ specify the parameters in your settings.py:
|
|||
|
||||
GRAPHENE = {
|
||||
'SCHEMA': 'tutorial.quickstart.schema',
|
||||
'SCHEMA_OUTPUT': 'data/schema.json' # defaults to schema.json
|
||||
'SCHEMA_OUTPUT': 'data/schema.json', # defaults to schema.json,
|
||||
'SCHEMA_INDENT': 2, # Defaults to None (displays all data on a single line)
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user