Skip to content

Instantly share code, notes, and snippets.

@andela-sjames
Created August 5, 2017 07:48
Show Gist options
  • Save andela-sjames/31de09d2aa78fe6b39ef7b0487b0bff5 to your computer and use it in GitHub Desktop.
Save andela-sjames/31de09d2aa78fe6b39ef7b0487b0bff5 to your computer and use it in GitHub Desktop.
INSTALLED_APPS = [
...
'graphene_django',
]
GRAPHENE = {
'SCHEMA': 'bookmeapi.schema.schema', # Where your Graphene schema lives
'MIDDLEWARE': (
'graphene_django.debug.DjangoDebugMiddleware',
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment