Add DjangoUnionType to init

This commit is contained in:
Muhammed Aldulaimi 2024-11-10 07:09:09 +03:00
parent c80d1317d6
commit de3f1ce25c

View File

@ -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",