-
Notifications
You must be signed in to change notification settings - Fork 769
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
Allow_subscriptions argument is not supported by class GraphQLView #351
Comments
Hi, |
@syrusakbary @hballard thoughts on how I can work around this ? mainly trying to make flask work. |
I'm looking for a way to add allow_subscriptions=True, but i can't find any information about it anywhere. |
As far as I understand, |
Sorry @prokher I didn't manage to make your project work. I will try again later. I don't understand enough right now to work through the docs. |
We're marshaling resources for tighter integration with channels in #120 - I'd redirect you all there. |
hello,
I'm not able to implement subscriptions
I get some error:
Subscriptions are not allowed. You will need to either use the subscribe function or pass allow_subscriptions=True
even i am doing that
url(r'^graphql', PrivateGraphQLView.as_view(graphiql=True, schema=tenant_schema, allow_subscriptions=True))
i'm using graphene_django 2.0
ref:
graphene-django/graphene_django/views.py
Line 67 in 670437d
https://github.com/graphql-python/graphene-django/blob/master/graphene_django/views.py#L270
Thank you for your help
The text was updated successfully, but these errors were encountered: