diff --git a/graphene_django/views.py b/graphene_django/views.py index 8341fc4d8..0185bbf9c 100644 --- a/graphene_django/views.py +++ b/graphene_django/views.py @@ -84,7 +84,8 @@ class GraphQLView(View): pretty = False batch = False subscription_path = None - + execution_context_class = None + def __init__( self, schema=None,