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,
|
Dynamic,
|
||||||
Union,
|
Union,
|
||||||
Context,
|
Context,
|
||||||
ResolveInfo
|
ResolveInfo,
|
||||||
|
GenericScalar,
|
||||||
)
|
)
|
||||||
from .relay import (
|
from .relay import (
|
||||||
Node,
|
Node,
|
||||||
|
@ -76,6 +77,7 @@ __all__ = [
|
||||||
'lazy_import',
|
'lazy_import',
|
||||||
'Context',
|
'Context',
|
||||||
'ResolveInfo',
|
'ResolveInfo',
|
||||||
|
'GenericScalar',
|
||||||
|
|
||||||
# Deprecated
|
# Deprecated
|
||||||
'AbstractType',
|
'AbstractType',
|
||||||
|
|
|
@ -18,6 +18,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 .generic import GenericScalar
|
||||||
|
|
||||||
# Deprecated
|
# Deprecated
|
||||||
from .abstracttype import AbstractType
|
from .abstracttype import AbstractType
|
||||||
|
@ -50,6 +51,7 @@ __all__ = [
|
||||||
'Union',
|
'Union',
|
||||||
'Context',
|
'Context',
|
||||||
'ResolveInfo',
|
'ResolveInfo',
|
||||||
|
'GenericScalar',
|
||||||
|
|
||||||
# Deprecated
|
# Deprecated
|
||||||
'AbstractType',
|
'AbstractType',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user