ariadne-django icon indicating copy to clipboard operation
ariadne-django copied to clipboard

Compatibility fix for Django Debug Toolbar

Open johncarter-phntm opened this issue 2 years ago • 0 comments

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

johncarter-phntm avatar Dec 02 '22 05:12 johncarter-phntm