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

Impossible to use HTTP Headers with GraphIQL when using graphql-ws #89

Open
MaximeDetne opened this issue Nov 22, 2021 · 0 comments
Open

Comments

@MaximeDetne
Copy link

MaximeDetne commented Nov 22, 2021

  • graphql-ws version : 0.4.4
  • GraphQL-core version : 2.3.2
  • graphene-django version :2.15.0
  • Python version: Python 3.8.9
  • django version : 3.2.9

GraphQL-ws seems to work fine for me but when I'm using it it seems like I have a version of GraphIQl where the "HTTP Headers" window is missing. How could I solve that ?

In my settings.py : INSTALLED_APPS = [ ... 'channels', 'graphql_ws.django', 'graphene_django', ]

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

No branches or pull requests

1 participant