Closed Arfey closed 1 year ago
Simple change for using execution_context_class as class attribute
class MyGraphQLView(GraphQLView): execution_context_class = CustomExecutionContext
@Arfey great PR! Seems we have some testing errors?
Simple change for using execution_context_class as class attribute