mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-27 08:19:45 +03:00
Add GenericScalar type import
This commit is contained in:
parent
12d4dab774
commit
1e6143da4e
|
@ -20,7 +20,8 @@ from .types import (
|
|||
Dynamic,
|
||||
Union,
|
||||
Context,
|
||||
ResolveInfo
|
||||
ResolveInfo,
|
||||
GenericScalar,
|
||||
)
|
||||
from .relay import (
|
||||
Node,
|
||||
|
@ -76,6 +77,7 @@ __all__ = [
|
|||
'lazy_import',
|
||||
'Context',
|
||||
'ResolveInfo',
|
||||
'GenericScalar',
|
||||
|
||||
# Deprecated
|
||||
'AbstractType',
|
||||
|
|
|
@ -18,6 +18,7 @@ from .inputobjecttype import InputObjectType
|
|||
from .dynamic import Dynamic
|
||||
from .union import Union
|
||||
from .context import Context
|
||||
from .generic import GenericScalar
|
||||
|
||||
# Deprecated
|
||||
from .abstracttype import AbstractType
|
||||
|
@ -50,6 +51,7 @@ __all__ = [
|
|||
'Union',
|
||||
'Context',
|
||||
'ResolveInfo',
|
||||
'GenericScalar',
|
||||
|
||||
# Deprecated
|
||||
'AbstractType',
|
||||
|
|
Loading…
Reference in New Issue
Block a user