Skip to content

example's settings.py redfines GRAPHENE #455

Closed
@ericfrederich

Description

@ericfrederich

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions