There was an error while loading. Please reload this page.
1 parent ff9d718 commit 8f40f0fCopy full SHA for 8f40f0f
graphene_django/types.py
@@ -2,8 +2,9 @@
2
from collections import OrderedDict
3
from typing import Type
4
5
-import graphene
6
from django.db.models import Model
+
7
+import graphene
8
from graphene import Field
9
from graphene.relay import Connection, Node
10
from graphene.types.objecttype import ObjectType, ObjectTypeOptions
0 commit comments