mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-12 17:22:20 +03:00
Expose DjangoListField
This commit is contained in:
parent
76460c83a2
commit
559a245770
|
@ -1,6 +1,6 @@
|
|||
from .fields import DjangoConnectionField, DjangoListField
|
||||
from .types import DjangoObjectType
|
||||
from .fields import DjangoConnectionField
|
||||
|
||||
__version__ = "2.9.1"
|
||||
|
||||
__all__ = ["__version__", "DjangoObjectType", "DjangoConnectionField"]
|
||||
__all__ = ["__version__", "DjangoObjectType", "DjangoListField", "DjangoConnectionField"]
|
||||
|
|
Loading…
Reference in New Issue
Block a user