This commit is contained in:
Roman Fursov 2018-03-30 05:35:37 +00:00 committed by GitHub
commit c4f3a06f23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ from .inputobjecttype import InputObjectType
from .dynamic import Dynamic
from .union import Union
from .context import Context
from .datetime import Date, DateTime, Time
# Deprecated
from .abstracttype import AbstractType
@ -50,6 +51,9 @@ __all__ = [
'Union',
'Context',
'ResolveInfo',
'Date',
'DateTime',
'Time',
# Deprecated
'AbstractType',