We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d8672 commit 02f487eCopy full SHA for 02f487e
baseapp-core/baseapp_core/graphql/__init__.py
@@ -1,7 +1,7 @@
1
from .connections import CountedConnection # noqa
2
from .decorators import login_required, user_passes_test # noqa
3
from .errors import Errors, ErrorType # noqa
4
-from .fields import File, ThumbnailField # noqa
+from .fields import get_file_object_type, ThumbnailField # noqa
5
from .middlewares import ( # noqa
6
JWTAuthentication,
7
LogExceptionMiddleware,
0 commit comments