fix whitespace

This commit is contained in:
Brett Jackson 2019-10-18 17:53:48 -05:00 committed by GitHub
parent 37adc3cf21
commit 314f52e004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ specify the parameters in your settings.py:
GRAPHENE = {
'SCHEMA': 'tutorial.quickstart.schema',
'SCHEMA_OUTPUT': 'data/schema.json', # defaults to schema.json,
'SCHEMA_INDENT': 2, # Defaults to None (displays all data on a single line)
'SCHEMA_INDENT': 2, # Defaults to None (displays all data on a single line)
}