Open
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.