We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b4a23 commit 05d7fb5Copy full SHA for 05d7fb5
graphene_django/__init__.py
@@ -1,8 +1,8 @@
1
-from .fields import DjangoConnectionField, DjangoListField
+xfrom .fields import DjangoConnectionField, DjangoListField
2
from .types import DjangoObjectType
3
from .utils import bypass_get_queryset
4
5
-__version__ = "3.1.3"
+__version__ = "3.1.4"
6
7
__all__ = [
8
"__version__",
0 commit comments