This commit is contained in:
Syrus Akbary 2022-10-17 16:05:01 +02:00
parent 0eb3a3e6b0
commit 528090397a

View File

@ -27,6 +27,7 @@ from graphene.types.json import JSONString
from graphene.types.scalars import BigInt
from graphene.utils.str_converters import to_camel_case
from graphql import GraphQLError
try:
from graphql import assert_name
except ImportError: