mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 12:44:15 +03:00
Fixed import
This commit is contained in:
parent
b06f44ed73
commit
88196103f6
|
@ -18,7 +18,7 @@ from graphql.core.type import (
|
||||||
GraphQLFloat,
|
GraphQLFloat,
|
||||||
GraphQLInputObjectField,
|
GraphQLInputObjectField,
|
||||||
)
|
)
|
||||||
from graphene.utils import to_camel_case, ProxySnakeDict
|
from graphene.utils import to_camel_case, ProxySnakeDict, enum_to_graphql_enum
|
||||||
from graphene.core.types import BaseObjectType, InputObjectType
|
from graphene.core.types import BaseObjectType, InputObjectType
|
||||||
from graphene.core.scalars import GraphQLSkipField
|
from graphene.core.scalars import GraphQLSkipField
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user