graphql-python / graphql-python/graphql-server
No middleware parameter
Open
- Dominant language
- Python
- Stars
- 134
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.