diff --git a/graphene_django/converter.py b/graphene_django/converter.py index 61ec84f..d9345d8 100644 --- a/graphene_django/converter.py +++ b/graphene_django/converter.py @@ -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: