mirror of
https://github.com/graphql-python/graphene-django.git
synced 2024-11-22 09:37:07 +03:00
Add DjangoUnionType to init
This commit is contained in:
parent
c80d1317d6
commit
de3f1ce25c
|
@ -1,5 +1,5 @@
|
|||
from .fields import DjangoConnectionField, DjangoListField
|
||||
from .types import DjangoObjectType
|
||||
from .types import DjangoObjectType, DjangoUnionType
|
||||
from .utils import bypass_get_queryset
|
||||
|
||||
__version__ = "3.2.2"
|
||||
|
@ -7,6 +7,7 @@ __version__ = "3.2.2"
|
|||
__all__ = [
|
||||
"__version__",
|
||||
"DjangoObjectType",
|
||||
"DjangoUnionType",
|
||||
"DjangoListField",
|
||||
"DjangoConnectionField",
|
||||
"bypass_get_queryset",
|
||||
|
|
Loading…
Reference in New Issue
Block a user