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 996bc5a commit a5f0598Copy full SHA for a5f0598
graphene_django/__init__.py
@@ -1,12 +1,13 @@
1
from .fields import DjangoConnectionField, DjangoListField
2
-from .types import DjangoObjectType
+from .types import DjangoObjectType, DjangoUnionType
3
from .utils import bypass_get_queryset
4
5
__version__ = "3.2.2"
6
7
__all__ = [
8
"__version__",
9
"DjangoObjectType",
10
+ "DjangoUnionType",
11
"DjangoListField",
12
"DjangoConnectionField",
13
"bypass_get_queryset",
0 commit comments