diff --git a/docs/introspection.rst b/docs/introspection.rst index c1d6ede..0b63596 100644 --- a/docs/introspection.rst +++ b/docs/introspection.rst @@ -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) }