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 0fa7f5c commit 967a9d2Copy full SHA for 967a9d2
graphene/contrib/django/fields.py
@@ -27,7 +27,7 @@ def internal_type(self, schema):
27
if not field_object_type:
28
raise SkipField()
29
if is_node(field_object_type):
30
- field = DjangoConnectionField(field_object_type)
+ field = ConnectionField(field_object_type)
31
else:
32
field = Field(List(field_object_type))
33
field.contribute_to_class(self.object_type, self.attname)
0 commit comments