You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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', ]
The text was updated successfully, but these errors were encountered:
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', ]
The text was updated successfully, but these errors were encountered: