diff --git a/graphene_django/views.py b/graphene_django/views.py index 8341fc4..2e867a0 100644 --- a/graphene_django/views.py +++ b/graphene_django/views.py @@ -84,6 +84,7 @@ class GraphQLView(View): pretty = False batch = False subscription_path = None + execution_context_class = None def __init__( self,