Skip to content

Commit a5f0598

Browse files
committed
Add DjangoUnionType to init
1 parent 996bc5a commit a5f0598

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

graphene_django/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
from .fields import DjangoConnectionField, DjangoListField
2-
from .types import DjangoObjectType
2+
from .types import DjangoObjectType, DjangoUnionType
33
from .utils import bypass_get_queryset
44

55
__version__ = "3.2.2"
66

77
__all__ = [
88
"__version__",
99
"DjangoObjectType",
10+
"DjangoUnionType",
1011
"DjangoListField",
1112
"DjangoConnectionField",
1213
"bypass_get_queryset",

0 commit comments

Comments
 (0)