The documentation about GraphQLView list middleware as a parameter, but it doesn't works:
TypeError: BaseGraphQLView.__init__() got an unexpected keyword argument 'middleware'
Looking at the code in graphql_server/flask/views.py confirms that the parameter doesn't exists. Is there another way to pass middlewares?
The documentation about
GraphQLViewlistmiddlewareas a parameter, but it doesn't works:Looking at the code in
graphql_server/flask/views.pyconfirms that the parameter doesn't exists. Is there another way to pass middlewares?