graphql-python / graphql-python/graphene-django

Add support for Mypy type hinting

Open
#1,438 6 comments 2 reactions 0 assignees View on GitHub
✨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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.