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 883d177 commit 546a82bCopy full SHA for 546a82b
graphene_django/converter.py
@@ -2,8 +2,7 @@
2
from django.utils.encoding import force_text
3
4
from graphene import (ID, Boolean, Dynamic, Enum, Field, Float, Int, List,
5
- NonNull, String, UUID)
6
-from graphene.types.datetime import DateTime, Date, Time
+ NonNull, String, UUID, DateTime, Date, Time)
7
from graphene.types.json import JSONString
8
from graphene.utils.str_converters import to_camel_case, to_const
9
from graphql import assert_valid_name
0 commit comments