mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-27 08:19:45 +03:00
Add Date, DateTime, Time to types/__init__.py
This commit is contained in:
parent
38db32e4f2
commit
d7daa1dc78
|
@ -17,6 +17,7 @@ from .inputobjecttype import InputObjectType
|
||||||
from .dynamic import Dynamic
|
from .dynamic import Dynamic
|
||||||
from .union import Union
|
from .union import Union
|
||||||
from .context import Context
|
from .context import Context
|
||||||
|
from .datetime import Date, DateTime, Time
|
||||||
|
|
||||||
# Deprecated
|
# Deprecated
|
||||||
from .abstracttype import AbstractType
|
from .abstracttype import AbstractType
|
||||||
|
@ -46,6 +47,9 @@ __all__ = [
|
||||||
'Union',
|
'Union',
|
||||||
'Context',
|
'Context',
|
||||||
'ResolveInfo',
|
'ResolveInfo',
|
||||||
|
'Date',
|
||||||
|
'DateTime',
|
||||||
|
'Time',
|
||||||
|
|
||||||
# Deprecated
|
# Deprecated
|
||||||
'AbstractType',
|
'AbstractType',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user