graphql-python / graphql-python/graphql-server
No middleware parameter
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 134
- Forks
- 70
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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?
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.