graphql-python / graphql-python/graphene-django
Add support for Mypy type hinting
Open
✨enhancement
- Dominant language
- Python
- Stars
- 4.4k
- Forks
- 760
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
Our codebase is type checked using type hinting. There are stub packages for Django but `graphene-django` seems to be lacking it, thus importing anything from it causes Mypy to complain that `error: Skipping analyzing "graphene_django": module is installed, but missing library stubs or py.typed marker [import]`. It does so for just `graphene` as well.
**Describe the solution you'd like**
`graphene-django` to export type hints.
Contributor guide
Assessment
This issue has not been assessed yet.