Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility fix for Django Debug Toolbar #62

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

johncarter-phntm
Copy link

@johncarter-phntm johncarter-phntm commented Dec 2, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integration with Django debug toolbar?
1 participant