Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels