We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712d57e commit 82055acCopy full SHA for 82055ac
graphene_django/tests/test_converter.py
@@ -8,7 +8,7 @@
8
from graphene.types.datetime import DateTime, Time
9
from graphene.types.json import JSONString
10
11
-from ..compat import JSONField
+from ..compat import JSONField, ArrayField, HStoreField, RangeField, MissingType
12
from ..converter import convert_django_field, convert_django_field_with_choices
13
from ..registry import Registry
14
from ..types import DjangoObjectType
0 commit comments