graphql-python / graphql-python/graphql-server
No middleware parameter
Aberta
- Linguagem predominante
- Python
- Estrelas
- 134
- Forks
- 70
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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?
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.