-
Notifications
You must be signed in to change notification settings - Fork 765
Closed
Labels
Docs enhancementIssues that can be resolved with better docsIssues that can be resolved with better docshelp wanted
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.
Metadata
Metadata
Assignees
Labels
Docs enhancementIssues that can be resolved with better docsIssues that can be resolved with better docshelp wanted