django-graphiql-debug-toolbar 0.2.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

djangographiqldebugtoolbar 0.2.0

Django GraphiQL Debug Toolbar




Django Debug Toolbar for GraphiQL IDE.

Dependencies

Python ≥ 3.6
Django ≥ 2.2

Installation
Install last stable version from Pypi.
pip install django-graphiql-debug-toolbar

See the documentation for further guidance on setting Django Debug Toolbar.
Add graphiql_debug_toolbar to your INSTALLED_APPS settings:
INSTALLED_APPS = [
'debug_toolbar',
'graphiql_debug_toolbar',
]

Replace the Django Debug Toolbar middleware with the GraphiQL Debug Toolbar one.
MIDDLEWARE = [
# 'debug_toolbar.middleware.DebugToolbarMiddleware',
'graphiql_debug_toolbar.middleware.DebugToolbarMiddleware',
]

Credits to @jazzband / django-debug-toolbar.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.