ariadne-django
ariadne-django copied to clipboard
Compatibility fix for Django Debug Toolbar
Without this change, Django Debug Toolbar won't show on the playground page.
Note that by default only the GET request that loaded the page is shown, but GraphQL queries can be inspected by looking at the History panel (eg look at the most recent POST request)
https://django-debug-toolbar.readthedocs.io/en/latest/panels.html#debug_toolbar.panels.history.HistoryPanel
Resolves #61