Closed
Description
Both of these files define GRAPHENE twice.
Once as:
GRAPHENE = {
'SCHEMA': 'cookbook.schema.schema',
'MIDDLEWARE': (
'graphene_django.debug.DjangoDebugMiddleware',
)
}
The second time as:
GRAPHENE = {
'SCHEMA': 'cookbook.schema.schema',
'SCHEMA_INDENT': 2,
}
Please clean up. I'd submit a pull request but I'm just learning graphene myself (hence why I'm looking at examples) and don't understand these implications.