We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf53a5 commit 3b6e89fCopy full SHA for 3b6e89f
utils/strawberry/transformers.py
@@ -13,9 +13,9 @@
13
from rest_framework import fields as drf_fields
14
from rest_framework import serializers
15
from strawberry.annotation import StrawberryAnnotation
16
-from strawberry.field import StrawberryField
17
from strawberry.file_uploads import Upload as StrawberryUploadField
18
-from strawberry.type import get_object_definition
+from strawberry.types.base import get_object_definition
+from strawberry.types.field import StrawberryField
19
from strawberry_django.type import _process_type
20
21
from . import types
0 commit comments