mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-27 00:09:45 +03:00
Merge d7daa1dc78
into d8aacc3b9e
This commit is contained in:
commit
c4f3a06f23
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue
Block a user